mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(UpdateBanner): missing useEffect deps array
This commit is contained in:
parent
e2b9114ece
commit
a95f07f19d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const UpdaterBanner = ({ className }: Props) => {
|
|||
return () => {
|
||||
shell.transport && shell.transport.off('autoupdater-show-notif', show);
|
||||
};
|
||||
});
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className={className}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue