From 1d16c46003344cd37c9644e8f341b6637cbc3d2a Mon Sep 17 00:00:00 2001 From: Nikhil Kothari Date: Fri, 14 Jun 2024 16:29:58 +0530 Subject: [PATCH] fix: show "30 seats left" instead of "seat left" in batches --- frontend/src/components/BatchCard.vue | 9 ++++++++- frontend/src/components/BatchOverlay.vue | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/BatchCard.vue b/frontend/src/components/BatchCard.vue index f5525858..331b96f0 100644 --- a/frontend/src/components/BatchCard.vue +++ b/frontend/src/components/BatchCard.vue @@ -4,7 +4,14 @@ style="min-height: 150px" > + {{ batch.seats_left }} {{ __('Seats Left') }} + + diff --git a/frontend/src/components/BatchOverlay.vue b/frontend/src/components/BatchOverlay.vue index 8da89883..e2c2021f 100644 --- a/frontend/src/components/BatchOverlay.vue +++ b/frontend/src/components/BatchOverlay.vue @@ -1,7 +1,14 @@