remove conflicting aria attribute

This commit is contained in:
KDSBrowne 2021-09-25 17:38:45 +00:00
parent ef02662132
commit 04eae57e1e

View File

@ -642,8 +642,6 @@ class UserDropdown extends PureComponent {
tabIndex={-1}
onClick={() => this.setState({ selected: true })}
className={cx(userItemContentsStyle)}
aria-controls="default-dropdown-menu"
aria-haspopup="true"
style={{ width: '100%', marginLeft: '.5rem' }}
onKeyPress={() => {}}
role="button"