diff --git a/src/modules/market/components/MerchantStore.vue b/src/modules/market/components/MerchantStore.vue index f99c496..92c8fb8 100644 --- a/src/modules/market/components/MerchantStore.vue +++ b/src/modules/market/components/MerchantStore.vue @@ -101,101 +101,106 @@
{{ activeStall.config?.description || 'Manage incoming orders and your products' }}
-{{ activeStall.config?.description || 'Manage incoming orders and your products' }}
+Incoming Orders
-{{ storeStats.incomingOrders }}
+Incoming Orders
+{{ storeStats.incomingOrders }}
Total Sales
-{{ formatPrice(storeStats.totalSales, 'sat') }}
+Total Sales
+{{ formatPrice(storeStats.totalSales, 'sat') }}
Products
-{{ stallProducts.length }}
+Products
+{{ stallProducts.length }}
Satisfaction
-{{ storeStats.satisfaction }}%
+Satisfaction
+{{ storeStats.satisfaction }}%