X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftournament%2FDetail.js;h=1dae1b31ba52d720fe2e59c72ce594bdbbece960;hb=1c3b922ba7143a548c8a7526f5e4384f336e2f1e;hp=912d2a26d58df7a0aedcdfd87a3249353bc1b949;hpb=c30ac282dde3d746d6a7762ee18c70b4416500b5;p=alttp.git diff --git a/resources/js/components/tournament/Detail.js b/resources/js/components/tournament/Detail.js index 912d2a2..1dae1b3 100644 --- a/resources/js/components/tournament/Detail.js +++ b/resources/js/components/tournament/Detail.js @@ -3,7 +3,7 @@ import React from 'react'; import { Button, Container } from 'react-bootstrap'; import { withTranslation } from 'react-i18next'; -import Participants from '../participants/List'; +import Scoreboard from './Scoreboard'; import Protocol from '../protocol/Protocol'; import Rounds from '../rounds/List'; import { @@ -25,10 +25,10 @@ const Detail = ({ : null}
-

{i18n.t('participants.heading')}

+

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

{tournament.participants ? - + : null}

{i18n.t('rounds.heading')}