From e397295b5e6ccb370187e1061326eaa646906fdf Mon Sep 17 00:00:00 2001 From: Nikhil Kothari Date: Fri, 14 Jun 2024 16:30:33 +0530 Subject: [PATCH] fix: use else-if --- frontend/src/components/BatchCard.vue | 2 +- frontend/src/components/BatchOverlay.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/BatchCard.vue b/frontend/src/components/BatchCard.vue index 331b96f0..3661c654 100644 --- a/frontend/src/components/BatchCard.vue +++ b/frontend/src/components/BatchCard.vue @@ -11,7 +11,7 @@ {{ batch.seats_left }} {{ __('Seats Left') }} diff --git a/frontend/src/components/BatchOverlay.vue b/frontend/src/components/BatchOverlay.vue index e2c2021f..41db2cdf 100644 --- a/frontend/src/components/BatchOverlay.vue +++ b/frontend/src/components/BatchOverlay.vue @@ -8,7 +8,7 @@ {{ seats_left }} {{ __('Seats Left') }}