mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: add missin hook dependency
This commit is contained in:
parent
678f63fdef
commit
c01c589f2a
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ export function App() {
|
|||
return () => {
|
||||
listeners.forEach((unsubscribe) => unsubscribe());
|
||||
};
|
||||
}, [fetchUserDetails, updateUserDetails, clearUserDetails]);
|
||||
}, [fetchUserDetails, updateUserDetails, clearUserDetails, updateLibrary]);
|
||||
|
||||
const handleSearch = useCallback(
|
||||
(query: string) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue