fix remaining console warnings
This commit is contained in:
parent
fbec9fc101
commit
5047c089ca
@ -127,7 +127,9 @@ class ChatDropdown extends Component {
|
||||
circle
|
||||
hideLabel
|
||||
color="primary"
|
||||
label={intl.formatMessage(intlMessages.options)}
|
||||
aria-label={intl.formatMessage(intlMessages.options)}
|
||||
onClick={() => null}
|
||||
/>
|
||||
</DropdownTrigger>
|
||||
<DropdownContent placement="bottom right">
|
||||
|
@ -66,6 +66,7 @@ const Chat = (props) => {
|
||||
hideLabel
|
||||
onClick={() => actions.handleClosePrivateChat(chatID)}
|
||||
aria-label={intl.formatMessage(intlMessages.closeChatLabel, { 0: title })}
|
||||
label=""
|
||||
/>
|
||||
</Link> :
|
||||
<ChatDropdown />
|
||||
|
Loading…
Reference in New Issue
Block a user