mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 14:31:12 -05:00
feat: Complete integration and refactor
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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