fix formatting
This commit is contained in:
parent
c4fc2d7208
commit
53be6c8e89
3 changed files with 6 additions and 5 deletions
|
@ -76,9 +76,10 @@ export const ContactCheckbox: FunctionComponent<PropsType> = React.memo(
|
|||
const disabled = Boolean(disabledReason);
|
||||
|
||||
const headerName = isMe ? (
|
||||
<ContactName module={HEADER_CONTACT_NAME_CLASS_NAME}
|
||||
title={i18n('noteToSelf')}
|
||||
isMe={isMe}
|
||||
<ContactName
|
||||
module={HEADER_CONTACT_NAME_CLASS_NAME}
|
||||
title={i18n('noteToSelf')}
|
||||
isMe={isMe}
|
||||
/>
|
||||
) : (
|
||||
<ContactName module={HEADER_CONTACT_NAME_CLASS_NAME} title={title} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue