diff --git a/modules/menus/notifications/pager/index.ts b/modules/menus/notifications/pager/index.ts index 62dd1bf..1a4571b 100644 --- a/modules/menus/notifications/pager/index.ts +++ b/modules/menus/notifications/pager/index.ts @@ -21,7 +21,7 @@ export const NotificationPager = (curPage: Variable): BoxWidget => { showPager.bind('value'), ], (currentPage: number, dispTotal: number, _: Notification[], showPgr: boolean) => { - if (showPgr === false) { + if (showPgr === false || (currentPage === 1 && notifs.notifications.length <= dispTotal)) { return []; } return [