diff --git a/webapp/src/container.tsx b/webapp/src/container.tsx index 0d57cff4bf0a..f4a2a216e180 100644 --- a/webapp/src/container.tsx +++ b/webapp/src/container.tsx @@ -525,12 +525,12 @@ export class EditorSelector extends data.Component { } return ( -
+
{showSandbox && } {showBlocks && } {textLanguage} {secondTextLanguage} - {showDropdown && + {showDropdown && } diff --git a/webapp/src/editortoolbar.tsx b/webapp/src/editortoolbar.tsx index bd654a948dcd..c713797d7a58 100644 --- a/webapp/src/editortoolbar.tsx +++ b/webapp/src/editortoolbar.tsx @@ -153,7 +153,7 @@ export class EditorToolbar extends data.Component) if (showSave) { - saveInput.push() + saveInput.push() } return saveInput; @@ -416,7 +416,7 @@ export class EditorToolbar extends data.Component -