mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
fix formatting
This commit is contained in:
@@ -195,7 +195,7 @@ export function ConversationHero({
|
||||
title={title}
|
||||
/>
|
||||
)}
|
||||
{isMe && (<span className="ContactModal__official-badge__large" />)}
|
||||
{isMe && <span className="ContactModal__official-badge__large" />}
|
||||
</h1>
|
||||
{about && !isMe && (
|
||||
<div className="module-about__container">
|
||||
|
||||
@@ -107,7 +107,7 @@ export function ConversationDetailsHeader({
|
||||
<div>
|
||||
<div className={bem('title')}>
|
||||
<Emojify text={isMe ? i18n('noteToSelf') : conversation.title} />
|
||||
{isMe && (<span className="ContactModal__official-badge__large" />)}
|
||||
{isMe && <span className="ContactModal__official-badge__large" />}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -76,7 +76,8 @@ export const ContactCheckbox: FunctionComponent<PropsType> = React.memo(
|
||||
const disabled = Boolean(disabledReason);
|
||||
|
||||
const headerName = isMe ? (
|
||||
<ContactName module={HEADER_CONTACT_NAME_CLASS_NAME}
|
||||
<ContactName
|
||||
module={HEADER_CONTACT_NAME_CLASS_NAME}
|
||||
title={i18n('noteToSelf')}
|
||||
isMe={isMe}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user