From 8a61917937fdebf2e56c19e7db4192c8a92c632f Mon Sep 17 00:00:00 2001 From: omnikrll Date: Thu, 25 Aug 2016 13:45:35 -0400 Subject: [PATCH] make 'no lint errors' p ino li --- client/modules/IDE/components/EditorAccessibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/IDE/components/EditorAccessibility.js b/client/modules/IDE/components/EditorAccessibility.js index f00cebc0..13c26753 100644 --- a/client/modules/IDE/components/EditorAccessibility.js +++ b/client/modules/IDE/components/EditorAccessibility.js @@ -19,7 +19,7 @@ class EditorAccessibility extends React.Component { } else { messages.push( // no array index so let's just call it 0 -

There are no lint messages

+
  • There are no lint messages
  • ); } return (