From a6451f8e26fac32198f839770bd4fd15009dfe7e Mon Sep 17 00:00:00 2001 From: Cesar <26280794+csrapr@users.noreply.github.com> Date: Wed, 30 Dec 2020 15:45:57 +0000 Subject: [PATCH] Feat: add unread notifications icon to Header and NotificationCenter Fix: fix css on notification center --- .../src/components/NotificationCenter/NotificationCenter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/new-lamassu-admin/src/components/NotificationCenter/NotificationCenter.js b/new-lamassu-admin/src/components/NotificationCenter/NotificationCenter.js index 9d478d11..a245f457 100644 --- a/new-lamassu-admin/src/components/NotificationCenter/NotificationCenter.js +++ b/new-lamassu-admin/src/components/NotificationCenter/NotificationCenter.js @@ -77,7 +77,6 @@ const NotificationCenter = ({ close, notifyUnread }) => { const handleClearNotification = id => { clearNotification({ variables: { id } }) } - const buildNotifications = () => { const notificationsToShow = !showingUnread || !hasUnread