X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftournament%2FDetail.js;h=b20f2082c36ca2273584f55a1cb6890c194801fc;hb=f7bbc23fd67013dade515f5a7a4a6db529bc0f47;hp=b6afe902c5b3acc5fb0210424728e3a099602ab9;hpb=dd283dc4c2004cbeb36d17b878bb67f94d75d06a;p=alttp.git diff --git a/resources/js/components/tournament/Detail.js b/resources/js/components/tournament/Detail.js index b6afe90..b20f208 100644 --- a/resources/js/components/tournament/Detail.js +++ b/resources/js/components/tournament/Detail.js @@ -3,6 +3,7 @@ import React from 'react'; import { Button, Col, Container, Row } from 'react-bootstrap'; import { withTranslation } from 'react-i18next'; +import ApplyButton from './ApplyButton'; import Scoreboard from './Scoreboard'; import Protocol from '../protocol/Protocol'; import Rounds from '../rounds/List'; @@ -44,9 +45,12 @@ const Detail = ({

{tournament.title}

- {mayViewProtocol(user, tournament) ? - - : null} +
+ + {mayViewProtocol(user, tournament) ? + + : null} +