mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +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 () => {
|
return () => {
|
||||||
shell.transport && shell.transport.off('autoupdater-show-notif', show);
|
shell.transport && shell.transport.off('autoupdater-show-notif', show);
|
||||||
};
|
};
|
||||||
});
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={className}>
|
<div className={className}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue