add button label
This commit is contained in:
parent
5047c089ca
commit
284ab5e628
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user