fix(draft-list): Nesting of participants class name causing problems

This commit is contained in:
Ben Gotow 2015-07-15 16:48:26 -07:00
parent 38c6f8b866
commit b7a0ac0f75

View file

@ -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