|
@@ -24,7 +24,7 @@ const EditorNavbarBottom = (props) => {
|
|
|
const {
|
|
const {
|
|
|
navigationContainer,
|
|
navigationContainer,
|
|
|
} = props;
|
|
} = props;
|
|
|
- const { editorMode, isDrawerMode, isDeviceSmallerThanMd } = navigationContainer.state;
|
|
|
|
|
|
|
+ const { editorMode, isDeviceSmallerThanMd } = navigationContainer.state;
|
|
|
|
|
|
|
|
const additionalClasses = ['grw-editor-navbar-bottom'];
|
|
const additionalClasses = ['grw-editor-navbar-bottom'];
|
|
|
|
|
|