From b45f3f6cab85b9fbc1cfafb770c13d0f30d6a41a Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Thu, 16 May 2019 13:32:40 -0400 Subject: [PATCH] fix inadverdently added extra notification toggle from conflicts --- .../NotificationsList/NotificationListItem.jsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/components/NotificationsList/NotificationListItem.jsx b/src/components/NotificationsList/NotificationListItem.jsx index f3f08b7fde..1d3122ce1a 100644 --- a/src/components/NotificationsList/NotificationListItem.jsx +++ b/src/components/NotificationsList/NotificationListItem.jsx @@ -92,18 +92,6 @@ function NotificationListItem (props) { ]} /> - toggleNotification( - notification.id, - errorTurnedOn, - 'error' - )} - aria-label={i18n._(t`Toggle notification failure`)} - /> );