this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Prevent undefined class name lol

+1 -1
+1 -1
src/pages/home.jsx
··· 63 63 to="/notifications" 64 64 class={`button plain notifications-button ${ 65 65 snapStates.notificationsShowNew ? 'has-badge' : '' 66 - } ${menuState}`} 66 + } ${menuState || ''}`} 67 67 onClick={(e) => { 68 68 e.stopPropagation(); 69 69 if (window.matchMedia('(min-width: calc(40em))').matches) {