Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsha-deriv committed Oct 10, 2024
1 parent 252fc54 commit f9e59a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/core/src/Stores/notification-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -837,17 +837,14 @@ export default class NotificationStore extends BaseStore {
onClick: () => {
window.open('https://www.trustpilot.com/evaluate/deriv.com', '_blank');
this.markNotificationMessage({ key: this.client_notifications.trustpilot.key });
this.removeNotificationMessage({
key: this.client_notifications.trustpilot.key,
should_show_again: false,
});
},
text: localize('Go to Trustpilot'),
},
img_src: getUrlBase('/public/images/common/trustpilot_banner.png'),
img_alt: 'Trustpilot',
className: 'trustpilot',
type: 'trustpilot',
should_show_again: false,
},
currency: {
key: 'currency',
Expand Down

0 comments on commit f9e59a4

Please sign in to comment.