Add verified badge to Notes to Self
This commit is contained in:
parent
371c73377c
commit
c571305d8a
9 changed files with 40 additions and 19 deletions
|
@ -106,9 +106,11 @@ export const ConversationListItem: FunctionComponent<Props> = React.memo(
|
|||
const headerName = (
|
||||
<>
|
||||
{isMe ? (
|
||||
<span className={HEADER_CONTACT_NAME_CLASS_NAME}>
|
||||
{i18n('noteToSelf')}
|
||||
</span>
|
||||
<ContactName
|
||||
module={HEADER_CONTACT_NAME_CLASS_NAME}
|
||||
isMe={isMe}
|
||||
title={i18n('noteToSelf')}
|
||||
/>
|
||||
) : (
|
||||
<ContactName
|
||||
module={HEADER_CONTACT_NAME_CLASS_NAME}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue