Skip to content

Commit

Permalink
Update AgendaEventTile.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
robairhome committed Dec 9, 2023
1 parent aed398d commit 89ce08c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/month/AgendaEventTile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ export default defineComponent({
isCustomAgendaEvent() {
// Logic to determine if this event should use a custom agenda event slot
if (Array.isArray(this.calendarEvent.isCustom)) {
return this.calendarEvent.isCustom.includes('agenda');
}
return this.calendarEvent.isCustom || false;
},
Expand Down

0 comments on commit 89ce08c

Please sign in to comment.