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 - }} +