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:
parent
7cecff0ef9
commit
8ce07a5603
2 changed files with 6 additions and 1 deletions
|
@ -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 =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue