diff --git a/client/modules/IDE/components/Editor.js b/client/modules/IDE/components/Editor.js index 92ccd7b9..e8f24f4a 100644 --- a/client/modules/IDE/components/Editor.js +++ b/client/modules/IDE/components/Editor.js @@ -47,7 +47,7 @@ class Editor extends React.Component { _cm: CodeMirror.Editor render() { - return
; + return
; } } diff --git a/client/modules/IDE/components/Preferences.js b/client/modules/IDE/components/Preferences.js index f80ad5d0..119dd2e2 100644 --- a/client/modules/IDE/components/Preferences.js +++ b/client/modules/IDE/components/Preferences.js @@ -20,7 +20,7 @@ function Preferences(props) { 'preference__option--selected': !props.isTabIndent }); return ( -
+

Preferences

- + + - + +