Feat: add unread notifications icon to Header and NotificationCenter
Fix: fix css on notification center
This commit is contained in:
parent
d51c16c314
commit
a6451f8e26
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ const NotificationCenter = ({ close, notifyUnread }) => {
|
||||||
const handleClearNotification = id => {
|
const handleClearNotification = id => {
|
||||||
clearNotification({ variables: { id } })
|
clearNotification({ variables: { id } })
|
||||||
}
|
}
|
||||||
|
|
||||||
const buildNotifications = () => {
|
const buildNotifications = () => {
|
||||||
const notificationsToShow =
|
const notificationsToShow =
|
||||||
!showingUnread || !hasUnread
|
!showingUnread || !hasUnread
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue