Skip to content

Commit

Permalink
fix: empty notification dropdown (#7468)
Browse files Browse the repository at this point in the history
Co-authored-by: Yashim Wong <yashim@deriv.com>
  • Loading branch information
thisyahlen-deriv and yashim-deriv authored Feb 1, 2023
1 parent 785bf3b commit 5745911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ NotificationsDialog.propTypes = {
export default connect(({ common, client, notifications }) => ({
app_routing_history: common.app_routing_history,
is_pre_appstore: client.is_pre_appstore,
notifications: notifications.filtered_notifications,
notifications: notifications.notifications,
removeNotificationByKey: notifications.removeNotificationByKey,
removeNotificationMessage: notifications.removeNotificationMessage,
removeNotifications: notifications.removeNotifications,
Expand Down

1 comment on commit 5745911

@vercel
Copy link

@vercel vercel bot commented on 5745911 Feb 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
binary.sx
deriv-app.binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.