Skip to content

Commit

Permalink
missed off a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotmoon committed May 24, 2024
1 parent 79f0d3a commit 222e62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/Buy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function trackBuy(button) {
<Icon size=32><ApplePay /></Icon>
</AaButton><br>
<div :class="$style.prices">
<span v-if="store.paddleProducts.value.popclip?.isDiscounted" :class="$style.listPrice">{{ roundPrice(store.paddleProducts.value.popclip_lifetime.displayListPrice ?? "") }}</span>
<span v-if="store.paddleProducts.value.popclip_lifetime?.isDiscounted" :class="$style.listPrice">{{ roundPrice(store.paddleProducts.value.popclip_lifetime.displayListPrice ?? "") }}</span>
<span :class="$style.price">{{ roundPrice(store.paddleProducts.value.popclip_lifetime?.displayPrice ?? "") }}</span>
<span v-if="store.paddleProducts.value.popclip_lifetime?.isTaxed" :class="$style.tax">+ tax</span>
</div>
Expand Down

0 comments on commit 222e62a

Please sign in to comment.