diff --git a/client/modules/IDE/components/Editor.jsx b/client/modules/IDE/components/Editor.jsx index 773898d4..d93e6635 100644 --- a/client/modules/IDE/components/Editor.jsx +++ b/client/modules/IDE/components/Editor.jsx @@ -446,7 +446,7 @@ function mapStateToProps(state) { ...state.ide, ...state.project, ...state.editorAccessibility, - isExpanded: state.ide.consoleIsExpanded, + isExpanded: state.ide.sidebarIsExpanded, projectSavedTime: state.project.updatedAt }; }