X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=inline;f=resources%2Fjs%2Fcomponents%2Frounds%2FList.js;h=928f7b97eac3bb4f5882ae0b35780f942abe1ba7;hb=0f171dfffd9c0c2cc895c9f282c5f4550844cc5a;hp=2ac8f1701d9074094e705035c928f326dd5522f4;hpb=d920d896d4357289112e31d3b33d386ab754a12d;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) =>