remove unneeded div element

This commit is contained in:
KDSBrowne 2017-10-24 07:46:57 -07:00
parent 445522a8dd
commit bc0ded7bec

View File

@ -61,9 +61,7 @@ const Chat = (props) => {
>
<Icon iconName="close" onClick={() => actions.handleClosePrivateChat(chatID)} />
</Link> :
<div>
<ChatDropdown />
</div>
<ChatDropdown />
}
</header>
<MessageList