diff --git a/packages/core/src/App/Containers/NotificationsDialog/notification-list-wrapper.tsx b/packages/core/src/App/Containers/NotificationsDialog/notification-list-wrapper.tsx index 932882bb338f..63b25501e89b 100644 --- a/packages/core/src/App/Containers/NotificationsDialog/notification-list-wrapper.tsx +++ b/packages/core/src/App/Containers/NotificationsDialog/notification-list-wrapper.tsx @@ -17,7 +17,7 @@ const NotificationListWrapperForwardRef = React.forwardRef( const { is_mobile } = ui; const traders_hub = window.location.pathname === routes.traders_hub; - const wallets_path = window.location.pathname === routes.wallets; + const wallets_path = window.location.pathname.startsWith(routes.wallets); return (