X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Fresults%2FList.js;h=f4d4ff10ee502130f44f65a9e03762347100d692;hb=d32516335ea2534e15256c948e9c38d3de40794b;hp=cdd90e847e91785b587ee8376f30912f67ba91f4;hpb=2b3d5b3d98705cda41a7218d7133234b227e87b6;p=alttp.git diff --git a/resources/js/components/results/List.js b/resources/js/components/results/List.js index cdd90e8..f4d4ff1 100644 --- a/resources/js/components/results/List.js +++ b/resources/js/components/results/List.js @@ -6,9 +6,8 @@ import { sortByResult } from '../../helpers/Participant'; import { getRunners } from '../../helpers/Tournament'; const List = ({ round, tournament }) =>
- {sortByResult(getRunners(tournament), round).map((participant, index) => + {sortByResult(getRunners(tournament), round).map(participant =>