RTL
This commit is contained in:
parent
1f2cde6d04
commit
0e490542a7
196 changed files with 2117 additions and 1217 deletions
|
@ -22,6 +22,7 @@ import { Theme } from '../util/theme';
|
|||
import { isNotNil } from '../util/isNotNil';
|
||||
import { MY_STORY_ID } from '../types/Stories';
|
||||
import type { UUIDStringType } from '../types/UUID';
|
||||
import { UserText } from './UserText';
|
||||
|
||||
export enum SafetyNumberChangeSource {
|
||||
Calling = 'Calling',
|
||||
|
@ -463,7 +464,7 @@ function ContactRow({
|
|||
/>
|
||||
<div className="module-SafetyNumberChangeDialog__row--wrapper">
|
||||
<div className="module-SafetyNumberChangeDialog__row--name">
|
||||
{contact.title}
|
||||
<UserText text={contact.title} />
|
||||
{isInSystemContacts(contact) && (
|
||||
<span>
|
||||
{' '}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue