remove comment
This commit is contained in:
parent
c245a6a21e
commit
399e29f37b
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ class EditorAccessibility extends React.Component {
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
messages.push(
|
messages.push(
|
||||||
// no array index so let's just call it 0
|
|
||||||
<li tabIndex="0" key={0}> There are no lint messages </li>
|
<li tabIndex="0" key={0}> There are no lint messages </li>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue