diff --git a/src/pages/SpeedFlowchartPage.tsx b/src/pages/SpeedFlowchartPage.tsx index 2c9243e..131ae59 100644 --- a/src/pages/SpeedFlowchartPage.tsx +++ b/src/pages/SpeedFlowchartPage.tsx @@ -43,9 +43,18 @@ export default function SpeedFlowchartPage() { return ( <> - + {flowchartResult?.rounds.map((round, roundKey) => ( - +

{round.roundName}

{round.pairs.map((pair, pairKey) => (