diff --git a/src/editor/components/scenegraph/Toolbar.js b/src/editor/components/scenegraph/Toolbar.js index b05a15ac..6c70f813 100644 --- a/src/editor/components/scenegraph/Toolbar.js +++ b/src/editor/components/scenegraph/Toolbar.js @@ -370,13 +370,11 @@ export default class Toolbar extends Component { return (
- {this.props.currentUser?.isPro && ( -
- -
- )} +
+ +
{this.state.showSaveBtn && this.props.currentUser ? (