diff --git a/src/client/app/desktop/views/pages/deck/deck.notifications.vue b/src/client/app/desktop/views/pages/deck/deck.notifications.vue index afe2cd1cb..f54ad1a3c 100644 --- a/src/client/app/desktop/views/pages/deck/deck.notifications.vue +++ b/src/client/app/desktop/views/pages/deck/deck.notifications.vue @@ -96,7 +96,7 @@ export default Vue.extend({ fetchMoreNotifications() { this.fetchingMoreNotifications = true; - const max = 30; + const max = 20; (this as any).api('i/notifications', { limit: max + 1,