mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 10:51:13 -05:00
Fix: Remove redundant fetchStats useEffect
This commit is contained in:
@@ -80,11 +80,6 @@ export const useModerationQueue = () => {
|
||||
}
|
||||
}, [user]);
|
||||
|
||||
// Fetch stats on mount only (realtime updates handled by useModerationStats)
|
||||
useEffect(() => {
|
||||
fetchStats();
|
||||
}, [fetchStats]);
|
||||
|
||||
// Start countdown timer for lock expiry
|
||||
const startLockTimer = useCallback((expiresAt: Date) => {
|
||||
if (lockTimerRef.current) {
|
||||
|
||||
Reference in New Issue
Block a user