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