Skip to content

Commit

Permalink
EPMRPP-97554 || code review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-hambardzumian committed Dec 23, 2024
1 parent 3d8ddae commit 1ffadae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')}
/>
</div>
Expand Down

0 comments on commit 1ffadae

Please sign in to comment.