Skip to content

Commit

Permalink
Fix bug (#3720)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator authored and openslides-automation committed May 31, 2024
1 parent 58d687d commit 568a24f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<span *ngIf="!canAddDueToPresence" translate>You have to be present to add yourself.</span>
</div>

<div class="add-self-buttons" *ngIf="addSelf && !isOpInWaitlist(true)">
<div class="add-self-buttons" *ngIf="addSelf">
<!-- Add me and remove me if OP has correct permission -->

<button
Expand Down

0 comments on commit 568a24f

Please sign in to comment.