X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fjs%2Fcomponents%2Frounds%2FItem.js;h=d8fe9d8b1ccc88983b2f843c712481fbffe260b3;hb=09c1644b5f64d7423905ae1be8f79da0b482289a;hp=10549dd151a5f52048e0fd56c19c0288e55ac92b;hpb=2daab77f3b549a6c88c4d1949b994e38dd6bd80f;p=alttp.git diff --git a/resources/js/components/rounds/Item.js b/resources/js/components/rounds/Item.js index 10549dd..d8fe9d8 100644 --- a/resources/js/components/rounds/Item.js +++ b/resources/js/components/rounds/Item.js @@ -34,7 +34,7 @@ const Item = ({ tournament={tournament} />

- {isParticipant(user, tournament) ? + {!round.locked && isParticipant(user, tournament) ?