mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
fix(composer): hide participant email and show only name. fixes T3404.
Test Plan: manually tested. all tests remain green. Reviewers: evan, bengotow Reviewed By: bengotow Maniphest Tasks: T3404 Differential Revision: https://phab.nylas.com/D1968
This commit is contained in:
parent
7826ed99f8
commit
d7c2ce6319
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ class ParticipantsTextField extends React.Component
|
|||
if p.name?.length > 0 and p.name isnt p.email
|
||||
<div className="participant">
|
||||
<span className="participant-primary">{p.name}</span>
|
||||
<span className="participant-secondary">({p.email})</span>
|
||||
</div>
|
||||
else
|
||||
<div className="participant">
|
||||
|
|
Loading…
Reference in a new issue