Render admin player table immediately
This commit is contained in:
@@ -74,6 +74,7 @@ export async function refreshPhaseData() {
|
||||
if (state.me?.isAdmin) {
|
||||
state.adminVoteStatus = await adminApi.voteStatus();
|
||||
}
|
||||
updatePhaseNav();
|
||||
} catch (err) {
|
||||
if (handleAuthError(err, clearUserState)) return;
|
||||
throw err;
|
||||
|
||||
Reference in New Issue
Block a user