mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 15:51:13 -05:00
Fix: Remove initialFetchCompleteRef guard from sort effect
This commit is contained in:
@@ -794,7 +794,7 @@ export function useModerationQueueManager(config: ModerationQueueManagerConfig):
|
|||||||
|
|
||||||
// Sort changes trigger refetch
|
// Sort changes trigger refetch
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!user || !initialFetchCompleteRef.current || isMountingRef.current) return;
|
if (!user || isMountingRef.current) return;
|
||||||
|
|
||||||
pagination.reset();
|
pagination.reset();
|
||||||
fetchItems(true);
|
fetchItems(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user