mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Require badge props in <Avatar> to ensure no missing spots
This commit is contained in:
@@ -327,6 +327,7 @@ export const CallScreen: React.FC<PropsType> = ({
|
||||
<Avatar
|
||||
acceptedMessageRequest
|
||||
avatarPath={me.avatarPath}
|
||||
badge={undefined}
|
||||
color={me.color || AvatarColors[0]}
|
||||
noteToSelf={false}
|
||||
conversationType="direct"
|
||||
@@ -364,6 +365,7 @@ export const CallScreen: React.FC<PropsType> = ({
|
||||
<Avatar
|
||||
acceptedMessageRequest
|
||||
avatarPath={me.avatarPath}
|
||||
badge={undefined}
|
||||
color={me.color || AvatarColors[0]}
|
||||
noteToSelf={false}
|
||||
conversationType="direct"
|
||||
|
||||
Reference in New Issue
Block a user