From 460c708f934fffe489c40eb97078977ec6e9f380 Mon Sep 17 00:00:00 2001 From: Aaron Panchal Date: Thu, 13 Oct 2016 16:08:31 -0700 Subject: [PATCH] ap - fix some lint errors --- src/components/FormChoice.js | 21 +++++++++++---------- src/components/FormRow.js | 15 +++++++++------ src/components/PatternInput.js | 4 ++++ 3 files changed, 24 insertions(+), 16 deletions(-) diff --git a/src/components/FormChoice.js b/src/components/FormChoice.js index 9d252a63a..a926f69c0 100644 --- a/src/components/FormChoice.js +++ b/src/components/FormChoice.js @@ -13,16 +13,16 @@ const FormChoice = props => { ...attributes } = props; - const labelClasses = classname({ 'form-check-inline': inline }) - , item = ( - - ); + const labelClasses = classname({ 'form-check-inline': inline }); + const item = ( + + ); if (type === 'select') { - return