mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 06:32:11 +00:00
MetaItem.onContextMenu callback dependencies fixed
This commit is contained in:
parent
37918ab2e0
commit
465e66fb38
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ const MetaItem = React.memo(({ className, menuClassName, id, type, posterShape =
|
|||
event.preventDefault();
|
||||
menuRef.current.open();
|
||||
}
|
||||
}, [menuRef.current]);
|
||||
}, []);
|
||||
const placeholderIcon = ICON_FOR_TYPE[type] || 'ic_movies';
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue