diff --git a/src/components/observer/observer-dashboard-content.tsx b/src/components/observer/observer-dashboard-content.tsx index fa2a501..d1ed72d 100644 --- a/src/components/observer/observer-dashboard-content.tsx +++ b/src/components/observer/observer-dashboard-content.tsx @@ -197,7 +197,7 @@ export function ObserverDashboardContent({ userName }: { userName?: string }) { ))} ) : roundOverview && roundOverview.rounds.length > 0 ? ( -
+
{roundOverview.rounds.map((round, idx) => { const isSelected = selectedRoundId === round.roundId const isActive = round.roundStatus === 'ROUND_ACTIVE'