Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng committed Jul 19, 2023
1 parent 17e6c0b commit 4c8df0c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const NotificationPopover = () => {
};

useEffect(() => {
console.log(notifications, ongoingNotifications)
setPreviousNotifications(notifications);
setNewNotifications(shouldShowPopup());
}, [notifications, ongoingNotifications]);
Expand All @@ -66,4 +65,4 @@ export const NotificationPopover = () => {
</Popover.Panel>
</Popover>
);
}
}

0 comments on commit 4c8df0c

Please sign in to comment.