[Glitch] Fix hasMore in notifications

signup-info-prompt
Thibaut Girka 2018-12-13 21:11:18 +01:00 committed by ThibG
parent 1e656c3632
commit c20c6c2029
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ const expandNormalizedNotifications = (state, notifications, next) => {
}
if (!next) {
mutable.set('hasMore', true);
mutable.set('hasMore', false);
}
mutable.set('isLoading', false);