mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
lint
This commit is contained in:
parent
a7b8018ed9
commit
40ec773425
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue