mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +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 NotificationsMenu = ({ className, onClearButtonClicked }) => {
|
||||||
const [menuOpen, openMenu, closeMenu, toggleMenu] = useBinaryState(false);
|
const [menuOpen, openMenu, closeMenu, toggleMenu] = useBinaryState(false);
|
||||||
//TODO use useNotifications hook instead of useCatalogs
|
//TODO use useNotifications hook instead of useCatalogs
|
||||||
const metaItems = useCatalogs();
|
const metaItems = []; //useCatalogs();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Popup
|
<Popup
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue