Assign fallback to avatar color, fixing "New group" icon

This commit is contained in:
Evan Hahn
2021-10-13 19:13:13 -05:00
committed by GitHub
parent e705ba136a
commit b980d99453
2 changed files with 1 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ export const Avatar: FunctionComponent<Props> = ({
acceptedMessageRequest,
avatarPath,
className,
color,
color = 'A200',
conversationType,
i18n,
isMe,