diff --git a/static/components/customer-stall/customer-stall.html b/static/components/customer-stall/customer-stall.html index c127424..6075b56 100644 --- a/static/components/customer-stall/customer-stall.html +++ b/static/components/customer-stall/customer-stall.html @@ -1,5 +1,5 @@
- +
- +
+ + + + + + +
+
diff --git a/static/components/customer-stall/customer-stall.js b/static/components/customer-stall/customer-stall.js index 7a3b230..cb3e729 100644 --- a/static/components/customer-stall/customer-stall.js +++ b/static/components/customer-stall/customer-stall.js @@ -129,7 +129,7 @@ async function customerStall(path) { } this.$q.notify({ type: 'positive', - message: `${item.name} added to cart`, + message: `'${item.name}' added to cart`, icon: 'thumb_up' }) this.cart.products = prod