Skip to content

Commit

Permalink
Merge pull request #248 from maryia-matskevich-deriv/maryia/notificat…
Browse files Browse the repository at this point in the history
…ion_change

[BOT]maryia/fix: remove the method that closes the modal upon clicking on the button clear all
  • Loading branch information
shayan-deriv authored Sep 10, 2024
2 parents 2fb8416 + 47fdfc5 commit 05dd3fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AppLayout/Notifications/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ export const Notifications = ({
})}
onClick={() => {
if (notifications.length > 0) {
setIsOpen(false);
clearNotificationsCallback();
}
}}
Expand Down

0 comments on commit 05dd3fb

Please sign in to comment.