mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 18:51:12 -05:00
feat: Complete integration and refactor
This commit is contained in:
@@ -868,7 +868,7 @@ export function useModerationQueueManager(
|
||||
showNewItems,
|
||||
interactingWith,
|
||||
markInteracting,
|
||||
refresh: () => fetchItems(false),
|
||||
refresh: async () => { await fetchItems(false); },
|
||||
performAction,
|
||||
deleteSubmission,
|
||||
resetToPending,
|
||||
|
||||
Reference in New Issue
Block a user