diff --git a/frontend/src/components/BatchCard.vue b/frontend/src/components/BatchCard.vue index 071395b5..2e1e080d 100644 --- a/frontend/src/components/BatchCard.vue +++ b/frontend/src/components/BatchCard.vue @@ -34,8 +34,7 @@
- {{ dayjs(batch.start_date).format('DD MMM YYYY') }} - - {{ dayjs(batch.end_date).format('DD MMM YYYY') }} + {{ getFormattedDateRange(batch.start_date, batch.end_date) }}
@@ -48,12 +47,10 @@