Skip to content

Commit

Permalink
fix(stats): typo again in product total. ref #134
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jan 12, 2024
1 parent bdf7cc3 commit b721b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Stats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<v-card-text>
<p>
Total
<strong>{{ productTotal }}</strong>
<strong>{{ priceTotal }}</strong>
</p>
<p>
With a product <v-chip label size="small" density="comfortable" class="mr-1">barcode</v-chip>
Expand All @@ -28,7 +28,7 @@
<v-card-text>
<p>
Total
<strong>{{ priceTotal }}</strong>
<strong>{{ productTotal }}</strong>
</p>
<p>
With a price
Expand Down

0 comments on commit b721b80

Please sign in to comment.