From 1df50af017846bd2e8d0be289ca5c05b51a35ab2 Mon Sep 17 00:00:00 2001 From: UmakanthKaspa Date: Wed, 8 Jan 2025 13:38:38 +0530 Subject: [PATCH] fix: resolve html rendering issue for holidays in roster view (#2595) --- roster/src/components/MonthViewTable.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/roster/src/components/MonthViewTable.vue b/roster/src/components/MonthViewTable.vue index ca3158c486..8d9a6ca33e 100644 --- a/roster/src/components/MonthViewTable.vue +++ b/roster/src/components/MonthViewTable.vue @@ -112,11 +112,13 @@ v-if="events.data?.[employee.name]?.[day.date]?.holiday" class="blocked-cell" > - {{ - events.data[employee.name][day.date].weekly_off - ? "WO" - : events.data[employee.name][day.date].description - }} +