Skip to content

Commit

Permalink
hotfix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkars committed Jul 9, 2024
1 parent 5e52ef3 commit a6b2303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/fh/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -5557,4 +5557,4 @@
}
]
}
]
]
2 changes: 1 addition & 1 deletion src/app/ui/footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
(after)="afterChallengeDeck($event)" [bottom]="true"></ghs-challenge-deck>

<div class="active-toggle"
[ngClass]="{'inactive' : !gameManager.game.challengeDeck.active, 'denied': gameManager.stateManager.permissions && !gameManager.stateManager.permissions.challengeDeck}">
[ngClass]="{'inactive' : !gameManager.game.challengeDeck.active, 'denied': gameManager.stateManager.permissions && !gameManager.stateManager.permissions.scenario}">
<span class="numeration" (click)="toggleChallengeDeck()">
<img src="./assets/images/fh/challenges/challenge.png">
</span>
Expand Down

0 comments on commit a6b2303

Please sign in to comment.