fix: fixing memory leak on check-for-updates

This commit is contained in:
Chubby Granny Chaser
2024-05-29 22:36:37 +01:00
parent 34a44e7fa9
commit 0751d6093f
2 changed files with 5 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ export function Header({ onSearch, onClear, search }: HeaderProps) {
return () => {
unsubscribe();
};
});
}, []);
const focusInput = () => {
setIsFocused(true);