mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 00:31:13 -05:00
Reverted to commit 039061ee52
This commit is contained in:
@@ -777,8 +777,7 @@ export function useModerationQueueManager(config: ModerationQueueManagerConfig):
|
|||||||
isMountingRef.current = false;
|
isMountingRef.current = false;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
}, [user?.id, fetchItems]);
|
||||||
}, [user?.id]);
|
|
||||||
|
|
||||||
// Filter changes trigger refetch
|
// Filter changes trigger refetch
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user