diff --git a/ui/shared/NotificationList.jsx b/ui/shared/NotificationList.jsx index 0516d60c438..f0ad6780110 100644 --- a/ui/shared/NotificationList.jsx +++ b/ui/shared/NotificationList.jsx @@ -25,10 +25,21 @@ class NotificationList extends React.Component { } render() { - const { notifications, clearNotification } = this.props; + const { notifications, clearNotification, clearAllNotifications } = this.props; return (