diff --git a/app/src/components/main/notification/notificationList/notificationList.jsx b/app/src/components/main/notification/notificationList/notificationList.jsx index ee71c2aaea..5d27c6658d 100644 --- a/app/src/components/main/notification/notificationList/notificationList.jsx +++ b/app/src/components/main/notification/notificationList/notificationList.jsx @@ -177,7 +177,7 @@ export class NotificationList extends PureComponent { messageId ? formatMessage(messages[messageId], values) : message, ), )} - onClose={this.props.hideNotification} + onClose={() => this.props.hideNotification(uid)} className={cx('notification-item')} />