diff --git a/packages/core/src/Stores/notification-store.js b/packages/core/src/Stores/notification-store.js index fe0e49d5b384..cbb17d8c0082 100644 --- a/packages/core/src/Stores/notification-store.js +++ b/packages/core/src/Stores/notification-store.js @@ -1114,6 +1114,7 @@ export default class NotificationStore extends BaseStore { type: 'warning', action: { onClick: () => { + if (this.is_notifications_visible) this.toggleNotificationsModal(); WS.verifyEmail(email, 'phone_number_verification'); localStorage.setItem('routes_from_notification_to_pnv', window.location.pathname); },