Skip to content

Commit b417748

Browse files
Fix current tier highlight on fee waiver (#11816)
1 parent cebc74d commit b417748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/events/perks/_fee_waiver.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<td>5-9 active teenagers</td>
3636
<td>3.5% fee</td>
3737
</tr>
38-
<tr class="<%= "card__darker" if active_teenagers_count > 10 %>">
38+
<tr class="<%= "card__darker" if active_teenagers_count >= 10 %>">
3939
<td>10+ active teenagers</td>
4040
<td>0.0% fee</td>
4141
</tr>

0 commit comments

Comments
 (0)