Skip to content

Commit

Permalink
fix(calendar): show in EventCell the calendar's initials
Browse files Browse the repository at this point in the history
Ticket: issue/Calendar-304
Reviewed-by: @MIGUELez11
Refs: #199
  • Loading branch information
fermarinsanchez authored Oct 25, 2024
1 parent 51afd9f commit 51e548c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@ function EventCell(thisprops) {
avatar.image = emptyPixel;
}

if (originalEvent.bgColor !== originalEvent.calendar.bgColor) {
avatar.fullName = originalEvent.calendarName;
}

let lAvatar = null;
let rAvatar = null;

Expand Down

0 comments on commit 51e548c

Please sign in to comment.