7182 person avatar is not the same color in emails and calendar (#7185)

Fixes #7182 and displayName in calendar
This commit is contained in:
Raphaël Bosi
2024-09-21 00:35:39 +02:00
committed by GitHub
parent c97c71762e
commit 20d06b3c0f
3 changed files with 12 additions and 2 deletions

View File

@ -176,7 +176,7 @@ export const CalendarEventRow = ({
: participant.displayName
}
placeholderColorSeed={
participant.workspaceMemberId ?? participant.personId
participant.workspaceMemberId || participant.personId
}
type="rounded"
/>