Skip to content

Commit

Permalink
chore: display tag price tooltip when split > 1
Browse files Browse the repository at this point in the history
remove unhelpful split values
  • Loading branch information
BobyMCbobs committed Sep 6, 2024
1 parent b63dfb8 commit 3774b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/views/authenticated/shopping-list-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@
<span v-if="TagIsExcluded(itemTag.tag)">
<b-tag type="is-primary">price excluded</b-tag>
<infotooltip
v-if="participatingFlatmates.length > 1 || manualSplit > 1"
:message="
'Split price plus tag price is $' +
(equalPricePerPerson + itemTag.price).toFixed(2)
Expand Down

0 comments on commit 3774b83

Please sign in to comment.