mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-03 06:32:06 +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) =>
|
||||
<ContactChip key={p.nameEmail()} clickable={@props.clickable} participant={p} />
|
||||
|
||||
<div displayName="div.participants" className="participants">
|
||||
<span>
|
||||
{chips}
|
||||
</div>
|
||||
</span>
|
||||
|
||||
getParticipants: =>
|
||||
myEmail = NamespaceStore.current().emailAddress
|
||||
|
|
Loading…
Reference in a new issue