From 1ffadae23311570e096091300bf39d3f2cc006e1 Mon Sep 17 00:00:00 2001 From: maria-hambardzumian Date: Mon, 23 Dec 2024 19:53:36 +0400 Subject: [PATCH] EPMRPP-97554 || code review fix --- .../main/notification/notificationList/notificationList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')} />