Skip to content

Commit 47224cc

Browse files
author
Hieu Lam - TMA
authored
fix-8981: Badge form shown as green used even though is deactivated (#9000)
1 parent 39bd57e commit 47224cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/components/events/view/overview/event-setup-checklist.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
</div>
4949
</div>
5050
</a>
51-
<a href="{{href-to 'events.view.edit.badge'}}" class="ui segment {{unless this.data.event.isTicketFormEnabled 'secondary'}} grid no margin">
51+
<a href="{{href-to 'events.view.edit.badge'}}" class="ui segment {{unless this.data.event.isBadgesEnabled 'secondary'}} grid no margin">
5252
<div class="ui row">
5353
<div class="column one wide">
54-
<i class="{{if this.data.event.isTicketFormEnabled 'checkmark green' 'warning black'}} big icon"></i>
54+
<i class="{{if this.data.event.isBadgesEnabled 'checkmark green' 'warning black'}} big icon"></i>
5555
</div>
5656
<div class="column fifteen wide">
5757
<h4 class="ui header">

0 commit comments

Comments
 (0)