remove unneeded div element
This commit is contained in:
parent
445522a8dd
commit
bc0ded7bec
@ -61,9 +61,7 @@ const Chat = (props) => {
|
||||
>
|
||||
<Icon iconName="close" onClick={() => actions.handleClosePrivateChat(chatID)} />
|
||||
</Link> :
|
||||
<div>
|
||||
<ChatDropdown />
|
||||
</div>
|
||||
<ChatDropdown />
|
||||
}
|
||||
</header>
|
||||
<MessageList
|
||||
|
Loading…
Reference in New Issue
Block a user