mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-24 05:54:55 +03:00
fix: add missin hook dependency
This commit is contained in:
parent
678f63fdef
commit
c01c589f2a
@ -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…
Reference in New Issue
Block a user