aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/views/Checkout.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/views/Checkout.vue b/client/src/views/Checkout.vue
index f93fba0..a62f83c 100644
--- a/client/src/views/Checkout.vue
+++ b/client/src/views/Checkout.vue
@@ -15,7 +15,7 @@
</ul>
<p class="text-center my-3 fw-bold">You can buy {{ cartSize }} items for ${{ cartPrice }}.</p>
</div>
- <div class="col-md-4 card p-2">
+ <div class="col-md-4 card p-2" v-if="cartSize">
<div ref="paypal"></div>
</div>
</div>