Skip to content

Commit

Permalink
george / fix refreshNotifications action in notification store (binar…
Browse files Browse the repository at this point in the history
  • Loading branch information
heorhi-deriv authored and sandeep-deriv committed Apr 29, 2022
1 parent 48725f5 commit 4359be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Stores/notification-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ export default class NotificationStore extends BaseStore {
refreshNotifications() {
this.removeNotifications(true);
this.removeAllNotificationMessages();
this.setClientNotifications();
this.handleClientNotifications();
}

Expand Down

0 comments on commit 4359be9

Please sign in to comment.