{React, PropTypes, Utils} = require 'nylas-exports' _ = require 'underscore' class ThreadListParticipants extends React.Component @displayName: 'ThreadListParticipants' @propTypes: thread: PropTypes.object.isRequired shouldComponentUpdate: (nextProps) => return false if nextProps.thread is @props.thread true render: => items = @getTokens()