mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
lint
This commit is contained in:
parent
a7b8018ed9
commit
40ec773425
@ -113,7 +113,7 @@ export function App() {
|
|||||||
const unsubscribe = window.electron.onHardDelete(() => {
|
const unsubscribe = window.electron.onHardDelete(() => {
|
||||||
updateLibrary();
|
updateLibrary();
|
||||||
});
|
});
|
||||||
|
|
||||||
return () => unsubscribe();
|
return () => unsubscribe();
|
||||||
}, [updateLibrary]);
|
}, [updateLibrary]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user