mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
removed memo, the props come from popup
This commit is contained in:
parent
17ad9f83b3
commit
9b1e5841e6
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ const Stream = ({ className, videoId, videoReleased, addonName, name, descriptio
|
||||||
</Button>
|
</Button>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
[ thumbnail, progress, addonName, name, description ]
|
[]
|
||||||
);
|
);
|
||||||
|
|
||||||
const renderMenu = function renderMenu() {
|
const renderMenu = function renderMenu() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue