mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-05 07:35:34 +08:00
fix(draft-list): Nesting of participants class name causing problems
This commit is contained in:
parent
38c6f8b866
commit
b7a0ac0f75
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ class Participants extends React.Component
|
||||||
chips = @getParticipants().map (p) =>
|
chips = @getParticipants().map (p) =>
|
||||||
<ContactChip key={p.nameEmail()} clickable={@props.clickable} participant={p} />
|
<ContactChip key={p.nameEmail()} clickable={@props.clickable} participant={p} />
|
||||||
|
|
||||||
<div displayName="div.participants" className="participants">
|
<span>
|
||||||
{chips}
|
{chips}
|
||||||
</div>
|
</span>
|
||||||
|
|
||||||
getParticipants: =>
|
getParticipants: =>
|
||||||
myEmail = NamespaceStore.current().emailAddress
|
myEmail = NamespaceStore.current().emailAddress
|
||||||
|
|
Loading…
Reference in a new issue