diff --git a/frontend/src/Editor/SaveAndPreview.jsx b/frontend/src/Editor/SaveAndPreview.jsx index fbe8e98aac..40648d0029 100644 --- a/frontend/src/Editor/SaveAndPreview.jsx +++ b/frontend/src/Editor/SaveAndPreview.jsx @@ -81,17 +81,17 @@ class SaveAndPreview extends React.Component { )} - + Versions and deployments
{!showVersionForm && ( - )} -
@@ -126,15 +126,15 @@ class SaveAndPreview extends React.Component { {versions.map((version) => ( - - {version.name} - {version.id === this.props.app.current_version_id && ( - (current) - )} -
+ {version.name} + {version.id === this.props.app.current_version_id && ( + (current) + )} +
+
-
-