map length corrected

This commit is contained in:
Owen Rees
2023-06-22 09:45:07 +02:00
parent 40081c86ed
commit ae805e5d80
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export default function TournamentTable({
return (
<section
className="tournament-table w-full grid auto-rows-max pb-20 lg:h-[calc(100vh-174px)] lg:col-start-2 lg:col-end-3 lg:overflow-y-scroll"
className="tournament-table w-full grid auto-rows-max pb-20 lg:h-[calc(100vh-173px)] lg:col-start-2 lg:col-end-3 lg:overflow-y-scroll"
id="tournament-table"
data-cy="tournament-table-div"
>