remove conflicting aria attribute
This commit is contained in:
parent
ef02662132
commit
04eae57e1e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user