[Glitch] Fix hasMore in notifications

master
Thibaut Girka 6 years ago committed by ThibG
parent 1e656c3632
commit c20c6c2029
  1. 2
      app/javascript/flavours/glitch/reducers/notifications.js

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

Loading…
Cancel
Save