Render admin player table immediately

This commit is contained in:
2026-02-05 13:26:11 +01:00
parent 69d31b4113
commit 2b57813baa

View File

@@ -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;