make 'no lint errors' p ino li
This commit is contained in:
parent
9457d2e57c
commit
8a61917937
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class EditorAccessibility extends React.Component {
|
||||||
} else {
|
} else {
|
||||||
messages.push(
|
messages.push(
|
||||||
// no array index so let's just call it 0
|
// no array index so let's just call it 0
|
||||||
<p tabIndex="0" key={0}> There are no lint messages </p>
|
<li tabIndex="0" key={0}> There are no lint messages </li>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue