diff --git a/src/components/RoundsList.tsx b/src/components/RoundsList.tsx index 8392d2a..58f2edf 100644 --- a/src/components/RoundsList.tsx +++ b/src/components/RoundsList.tsx @@ -76,15 +76,13 @@ function RoundsList(props: Props) { {rounds.length === 0 && } - {rounds.map((round, i) => { + {rounds.map((round) => { const { id, stats, timestamp } = round; return ( - - {`#${rounds.length - i} - ${formatDate(timestamp)}`} - + {formatDate(timestamp)}