X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftournament%2FDetail.js;h=d4e23cdba4e0ca359a634d2fda2b73e896e595c1;hb=e0616336a824a6d59c4b9d25ef4ed7fa26214cef;hp=b20f2082c36ca2273584f55a1cb6890c194801fc;hpb=3a774bb649734fc3a2135ec1b52cef9a049880ee;p=alttp.git diff --git a/resources/js/components/tournament/Detail.js b/resources/js/components/tournament/Detail.js index b20f208..d4e23cd 100644 --- a/resources/js/components/tournament/Detail.js +++ b/resources/js/components/tournament/Detail.js @@ -5,6 +5,8 @@ import { withTranslation } from 'react-i18next'; import ApplyButton from './ApplyButton'; import Scoreboard from './Scoreboard'; +import ScoreChartButton from './ScoreChartButton'; +import ApplicationsButton from '../applications/Button'; import Protocol from '../protocol/Protocol'; import Rounds from '../rounds/List'; import Box from '../users/Box'; @@ -46,6 +48,7 @@ const Detail = ({

{tournament.title}

+ {mayViewProtocol(user, tournament) ? @@ -59,6 +62,9 @@ const Detail = ({

{i18n.t('tournaments.scoreboard')}

+ {hasRunners(tournament) && tournament.rounds.length > 2 ? + + : null}
{hasRunners(tournament) ?