diff --git a/ui/page/notifications/view.jsx b/ui/page/notifications/view.jsx index affe7cd064..f80378acd0 100644 --- a/ui/page/notifications/view.jsx +++ b/ui/page/notifications/view.jsx @@ -105,7 +105,7 @@ export default function NotificationsPage(props: Props) { } } } - }, [name, notifications, stringifiedNotificationCategories, doNotificationList]); + }, [name, stringifiedNotificationCategories, doNotificationList]); React.useEffect(() => { if (!notificationCategories) {