make 'no lint errors' p ino li

This commit is contained in:
omnikrll 2016-08-25 13:45:35 -04:00
parent 9457d2e57c
commit 8a61917937
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class EditorAccessibility extends React.Component {
} else {
messages.push(
// 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 (