From: Daniel Karbach Date: Sun, 13 Mar 2022 20:43:24 +0000 (+0100) Subject: result layout X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;ds=inline;h=d920d896d4357289112e31d3b33d386ab754a12d;p=alttp.git result layout --- diff --git a/resources/js/components/results/List.js b/resources/js/components/results/List.js index 448736a..9ad0896 100644 --- a/resources/js/components/results/List.js +++ b/resources/js/components/results/List.js @@ -4,7 +4,7 @@ import React from 'react'; import Item from './Item'; import { sortByResult } from '../../helpers/Participant'; -const List = ({ round, tournament }) =>
+const List = ({ round, tournament }) =>
{sortByResult(tournament.participants, round).map(participant =>