diff --git a/src/pages/home.jsx b/src/pages/home.jsx index 8acfcc96..35176112 100644 --- a/src/pages/home.jsx +++ b/src/pages/home.jsx @@ -63,7 +63,7 @@ function NotificationsLink() { to="/notifications" class={`button plain notifications-button ${ snapStates.notificationsShowNew ? 'has-badge' : '' - } ${menuState}`} + } ${menuState || ''}`} onClick={(e) => { e.stopPropagation(); if (window.matchMedia('(min-width: calc(40em))').matches) {