From b04d4f03c55cbffefc16757b44207d962e34c8eb Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 30 Apr 2019 07:55:19 -0700 Subject: [PATCH] format fix --- ui/src/components/post-form.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/src/components/post-form.tsx b/ui/src/components/post-form.tsx index 849797132..50b4acd1c 100644 --- a/ui/src/components/post-form.tsx +++ b/ui/src/components/post-form.tsx @@ -86,8 +86,7 @@ export class PostForm extends Component {
{this.state.suggestedTitle && - copy suggested title: {this.state.suggestedTitle} - + copy suggested title: {this.state.suggestedTitle} }