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) => 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