From 807c9b222592cf2b5a84419220eab4493b5c96f4 Mon Sep 17 00:00:00 2001 From: Nikhil Kothari Date: Fri, 21 Jun 2024 17:17:36 +0530 Subject: [PATCH] fix: use single span instead of multiple badges --- frontend/src/components/BatchCard.vue | 11 ++--------- frontend/src/components/BatchOverlay.vue | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/frontend/src/components/BatchCard.vue b/frontend/src/components/BatchCard.vue index 3661c654..3dbe647e 100644 --- a/frontend/src/components/BatchCard.vue +++ b/frontend/src/components/BatchCard.vue @@ -4,18 +4,11 @@ style="min-height: 150px" > - {{ batch.seats_left }} {{ __('Seats Left') }} - - - {{ batch.seats_left }} {{ __('Seat Left') }} + {{ batch.seats_left }} {{ __('Seats Left') }}{{ __('Seat Left') }}
- {{ seats_left }} {{ __('Seats Left') }} - - - {{ seats_left }} {{ __('Seat Left') }} + {{ seats_left }} {{ __('Seats Left') }}{{ __('Seat Left') }}