Feat: add unread notifications icon to Header and NotificationCenter

Fix: fix css on notification center
This commit is contained in:
Cesar 2020-12-30 15:45:57 +00:00 committed by Josh Harvey
parent d51c16c314
commit a6451f8e26

View file

@ -77,7 +77,6 @@ const NotificationCenter = ({ close, notifyUnread }) => {
const handleClearNotification = id => {
clearNotification({ variables: { id } })
}
const buildNotifications = () => {
const notificationsToShow =
!showingUnread || !hasUnread