]> Untitled Git - lemmy.git/commitdiff
format fix
authorDessalines <tyhou13@gmx.com>
Tue, 30 Apr 2019 14:55:19 +0000 (07:55 -0700)
committerDessalines <tyhou13@gmx.com>
Tue, 30 Apr 2019 14:55:19 +0000 (07:55 -0700)
ui/src/components/post-form.tsx

index 849797132f70f9982601a72238c46ae7871547b2..50b4acd1c5f997d5fa854886e255e178f3f0e258 100644 (file)
@@ -86,8 +86,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
             <div class="col-sm-10">
               <input type="url" class="form-control" value={this.state.postForm.url} onInput={linkEvent(this, this.handlePostUrlChange)} />
               {this.state.suggestedTitle && 
-                <span class="text-muted small font-weight-bold pointer" onClick={linkEvent(this, this.copySuggestedTitle}>copy suggested title: {this.state.suggestedTitle}
-                                                         </span>
+                <span class="text-muted small font-weight-bold pointer" onClick={linkEvent(this, this.copySuggestedTitle)}>copy suggested title: {this.state.suggestedTitle}</span>
               }
             </div>
           </div>