Consistent display of E164 on some dialogs
This commit is contained in:
parent
5ba3ed1241
commit
07a435a1bc
3 changed files with 4 additions and 13 deletions
|
@ -224,9 +224,6 @@ export function ContactModal({
|
|||
<div className="module-about__container">
|
||||
<About text={contact.about} />
|
||||
</div>
|
||||
{contact.phoneNumber && (
|
||||
<div className="ContactModal__info">{contact.phoneNumber}</div>
|
||||
)}
|
||||
{!contact.isMe && (
|
||||
<div className="ContactModal__info">
|
||||
<SharedGroupNames
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue