]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/rounds/Item.js
result comments
[alttp.git] / resources / js / components / rounds / Item.js
index f85492de8b1e6c9de0c838335e8a49bb9db22dc9..52b989d7a4aac04e484022103b6b6c86139570b4 100644 (file)
@@ -57,7 +57,7 @@ const Item = ({
                                tournament={tournament}
                        />
                </p>
-               {!round.locked && isParticipant(user, tournament) ?
+               {isParticipant(user, tournament) ?
                        <p className="report">
                                <ReportButton
                                        participant={findParticipant(tournament, user)}