add button label

This commit is contained in:
KDSBrowne 2017-12-15 13:06:22 -08:00
parent 5047c089ca
commit 284ab5e628

View File

@ -66,7 +66,7 @@ const Chat = (props) => {
hideLabel
onClick={() => actions.handleClosePrivateChat(chatID)}
aria-label={intl.formatMessage(intlMessages.closeChatLabel, { 0: title })}
label=""
label={intl.formatMessage(intlMessages.closeChatLabel, { 0: title })}
/>
</Link> :
<ChatDropdown />