Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Nov 24, 2023
1 parent 50234af commit f936724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Notifications/NotificationsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ export default function NotificationsList({
manageResults = (
<>
{data
.filter((notification: any) => notification.event != "PUSH_MESSAGE")
.filter((notification: any) =>
showUnread ? notification.read_at === null : true
)
Expand Down

0 comments on commit f936724

Please sign in to comment.