mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Update prettier to 3.3.3
This commit is contained in:
@@ -456,7 +456,7 @@ function HeaderContent({
|
||||
sharedGroupNames={sharedGroupNames}
|
||||
size={AvatarSize.THIRTY_TWO}
|
||||
// user may have stories, but we don't show that on Note to Self conversation
|
||||
storyRing={conversation.isMe ? undefined : hasStories ?? undefined}
|
||||
storyRing={conversation.isMe ? undefined : (hasStories ?? undefined)}
|
||||
theme={theme}
|
||||
title={conversation.title}
|
||||
unblurredAvatarUrl={conversation.unblurredAvatarUrl ?? undefined}
|
||||
|
||||
Reference in New Issue
Block a user