X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fjs%2Fcomponents%2Fresults%2FList.js;h=8775529493d6d9909ff1cf3fd9674b41ca62edb7;hb=0f171dfffd9c0c2cc895c9f282c5f4550844cc5a;hp=9ad089632c5b6e035c9799646cf3a178fe5c4d8e;hpb=d920d896d4357289112e31d3b33d386ab754a12d;p=alttp.git diff --git a/resources/js/components/results/List.js b/resources/js/components/results/List.js index 9ad0896..8775529 100644 --- a/resources/js/components/results/List.js +++ b/resources/js/components/results/List.js @@ -5,8 +5,9 @@ import Item from './Item'; import { sortByResult } from '../../helpers/Participant'; const List = ({ round, tournament }) =>
- {sortByResult(tournament.participants, round).map(participant => + {sortByResult(tournament.participants, round).map((participant, index) =>