This commit is contained in:
Theo Browne
2026-02-20 04:26:14 -08:00
parent 5e3b4b0279
commit 593ad125ff
6 changed files with 37 additions and 3 deletions

View File

@@ -415,7 +415,7 @@ function App() {
}
if (!state.active && !state.done && state.completed.length > 0) {
return <Arena round={lastCompleted} total={totalRounds} />;
return <Arena round={lastCompleted!} total={totalRounds} />;
}
if (!state.active && !state.done && state.completed.length === 0) {