[Glitch] Fix hasMore in notifications
This commit is contained in:
@ -96,7 +96,7 @@ const expandNormalizedNotifications = (state, notifications, next) => {
|
||||
}
|
||||
|
||||
if (!next) {
|
||||
mutable.set('hasMore', true);
|
||||
mutable.set('hasMore', false);
|
||||
}
|
||||
|
||||
mutable.set('isLoading', false);
|
||||
|
Reference in New Issue
Block a user