mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-12 19:31:55 +00:00
NotificationsMenu disabled temporary
This commit is contained in:
parent
8d7e95dfa8
commit
1d2239ab60
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ const styles = require('./styles');
|
|||
const NotificationsMenu = ({ className, onClearButtonClicked }) => {
|
||||
const [menuOpen, openMenu, closeMenu, toggleMenu] = useBinaryState(false);
|
||||
//TODO use useNotifications hook instead of useCatalogs
|
||||
const metaItems = useCatalogs();
|
||||
const metaItems = []; //useCatalogs();
|
||||
|
||||
return (
|
||||
<Popup
|
||||
|
|
|
|||
Loading…
Reference in a new issue