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

{tournament.title}

+ {mayViewProtocol(user, tournament) ?