fix(UpdateBanner): missing useEffect deps array

This commit is contained in:
Tim 2025-01-30 17:02:24 +01:00
parent e2b9114ece
commit a95f07f19d

View file

@ -24,7 +24,7 @@ const UpdaterBanner = ({ className }: Props) => {
return () => {
shell.transport && shell.transport.off('autoupdater-show-notif', show);
};
});
}, []);
return (
<div className={className}>