mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Require badge props in <Avatar> to ensure no missing spots
This commit is contained in:
@@ -78,6 +78,7 @@ export const GroupV2JoinDialog = React.memo((props: PropsType) => {
|
||||
<Avatar
|
||||
acceptedMessageRequest={false}
|
||||
avatarPath={avatar ? avatar.url : undefined}
|
||||
badge={undefined}
|
||||
blur={AvatarBlur.NoBlur}
|
||||
loading={avatar && !avatar.url}
|
||||
conversationType="group"
|
||||
|
||||
Reference in New Issue
Block a user