mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 17:23:57 +00:00
fix: add missin hook dependency
This commit is contained in:
@@ -140,7 +140,7 @@ export function App() {
|
||||
return () => {
|
||||
listeners.forEach((unsubscribe) => unsubscribe());
|
||||
};
|
||||
}, [fetchUserDetails, updateUserDetails, clearUserDetails]);
|
||||
}, [fetchUserDetails, updateUserDetails, clearUserDetails, updateLibrary]);
|
||||
|
||||
const handleSearch = useCallback(
|
||||
(query: string) => {
|
||||
|
||||
Reference in New Issue
Block a user