Skip to content

Commit b76256c

Browse files
committed
Hide balance fix
probably related to Purgecss
1 parent 9282e76 commit b76256c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Calc.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<span class="input-value result-value">{{ ticketTotal | fixed2 }}</span>
4747
</div>
4848
</div>
49-
<div class="f-row my-2" :class="{invisible: !target}">
49+
<div class="f-row my-2" :class="{'invisible': !target}">
5050
<span class="col-start">
5151
{{ balanceLabel }}
5252
</span>

0 commit comments

Comments
 (0)