import React, { PropTypes, Component } from 'react' import Unread from './Unread' import Participant from './Participant' import Message from './Message' class MapChat extends Component { render = () => { const rightOffset = this.props.isOpen ? '-300px' : '0' return (
PARTICIPANTS
LIVE LEAVE JOIN
CHAT
Chat