From 67dd10ab6df8244098987f8d2a0a4f177c65ebaa Mon Sep 17 00:00:00 2001 From: Aaron Delaney Date: Wed, 17 Apr 2019 12:28:43 +0100 Subject: [PATCH] Fix lint --- chump/src/components/create_article_form.tsx | 5 +---- chump/src/components/follow_button.tsx | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/chump/src/components/create_article_form.tsx b/chump/src/components/create_article_form.tsx index 070daf2c..23a5735f 100644 --- a/chump/src/components/create_article_form.tsx +++ b/chump/src/components/create_article_form.tsx @@ -158,10 +158,7 @@ export class CreateArticleForm extends RootComponent { onChange={this.handleTagInputChange} onlyUnique={true} maxTags={7} - inputProps={{ - className: 'react-tagsinput-input', - placeholder: config.add_tag, - }} + inputProps={{ className: "react-tagsinput-input", placeholder: config.add_tag }} />