diff --git a/app/pages/bookings/index.vue b/app/pages/bookings/index.vue index a7afb33..93a9968 100644 --- a/app/pages/bookings/index.vue +++ b/app/pages/bookings/index.vue @@ -45,15 +45,15 @@
- + @@ -90,10 +90,10 @@

- Pending tables + Pending bookings

- {{ summary.pendingTables }} + {{ pendingCount }}

@@ -109,7 +109,7 @@
-
+
{{ item.value }}

-

- {{ item.meta }} -

@@ -134,10 +131,10 @@

- Total Tables + Total Seats

- {{ formatInventoryNumber(summary.totalTables) }} + {{ formatInventoryNumber(summary.totalSeats) }}

@@ -213,13 +210,10 @@
-