Skip to content

Commit

Permalink
Fix aria attribute of icons on status page. (#25179)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored Nov 6, 2018
1 parent 5dbfec7 commit a4d108d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class StatusTable extends Component {
static columns = [{
field: 'state',
name: '',
render: state => <EuiIcon type="dot" ariaabel="" color={state.uiColor} />,
render: state => <EuiIcon type="dot" aria-hidden color={state.uiColor} />,
width: '32px'
}, {
field: 'id',
Expand Down

0 comments on commit a4d108d

Please sign in to comment.