From d920d896d4357289112e31d3b33d386ab754a12d Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Sun, 13 Mar 2022 21:43:24 +0100 Subject: [PATCH] result layout --- resources/js/components/results/List.js | 2 +- resources/sass/rounds.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 =>