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