Skip to content

Commit ced0744

Browse files
committed
Version 0.2.1
Merge branch 'dev'
2 parents 9282e76 + b76256c commit ced0744

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ticket-calc",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Simple ticket calculator",
55
"author": "Julien Tardot <[email protected]>",
66
"license": "MIT",

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)