Merge branch 'master'
[arvados-workbench2.git] / src / components / text-field / text-field.tsx
index beea2ba3360fa51d796f58693706073142900617..076889eabb4b9af6acb630d243e9db9829a47950 100644 (file)
@@ -48,12 +48,10 @@ export const RichEditorTextField = withStyles(styles)(
         }
 
         render() {
-            return (
-                <RichTextEditor 
-                    value={this.state.value}
-                    onChange={this.onChange}
-                    placeholder={this.props.label} />
-            );
+            return <RichTextEditor 
+                value={this.state.value}
+                onChange={this.onChange}
+                placeholder={this.props.label} />;
         }
     }
 );
\ No newline at end of file