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