Skip to content

Commit 94ea284

Browse files
committed
Apollo updated
1 parent 8714a32 commit 94ea284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Notifications/Notifications.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default function TopbarNotification({ id }) {
232232
})
233233
if (unsubscribe) return () => unsubscribe()
234234
}
235-
}, [notiData]);
235+
}, [id]);
236236
useEffect(() => {
237237
let unsubscribe;
238238
unsubscribe = subscribeToMoreUnreadNotification({

0 commit comments

Comments
 (0)