]> git.localhorst.tv Git - alttp.git/commitdiff
don't spoil monitors
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Nov 2025 08:06:58 +0000 (09:06 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Nov 2025 08:06:58 +0000 (09:06 +0100)
resources/js/helpers/permissions.js

index a1ab287837a090651125a5909e87b89fa6a261a6..cbb607c195508f34f4024875de9ee4e90b92025f 100644 (file)
@@ -192,7 +192,6 @@ export const maySeeResults = (user, tournament, round) => {
        }
        if (
                round.locked ||
-               isTournamentMonitor(user, tournament) ||
                Round.isComplete(tournament, round)
        ) {
                return true;