fix remaining console warnings

This commit is contained in:
KDSBrowne 2017-12-15 09:45:14 -08:00
parent fbec9fc101
commit 5047c089ca
2 changed files with 3 additions and 0 deletions

View File

@ -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">

View File

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