1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-10-20 01:42:01 +00:00

Fix an issue with the following directory features not working.

This commit is contained in:
SirStendec 2018-03-19 18:21:31 -04:00
parent 7cecff0ef9
commit 8ce07a5603
2 changed files with 6 additions and 1 deletions

View file

@ -173,7 +173,7 @@ export default class Following extends SiteModule {
'data.currentUser.followedLiveUsers.nodes.0.profileImageURL'
);
if (this.router.match[1] === 'following') {
if (!this.router.match[1] || this.router.match[1] === 'following') {
this.apollo.ensureQuery(
'FollowedIndex_CurrentUser',
n =>