X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Frounds%2FList.js;h=928f7b97eac3bb4f5882ae0b35780f942abe1ba7;hb=2110d91bc5016fd78aec02578b09506b6d67f45e;hp=2ac8f1701d9074094e705035c928f326dd5522f4;hpb=edd0e97bfdc544114f30bf4c13a929631c44a555;p=alttp.git diff --git a/resources/js/components/rounds/List.js b/resources/js/components/rounds/List.js index 2ac8f17..928f7b9 100644 --- a/resources/js/components/rounds/List.js +++ b/resources/js/components/rounds/List.js @@ -11,8 +11,9 @@ const List = ({ tournament, }) => rounds && rounds.length ?
    - {rounds.map(round => + {rounds.map((round, index) =>