fix props

This commit is contained in:
srgooglo 2022-06-01 20:36:32 +02:00
parent 4686fb6bfe
commit 64076a21da

View File

@ -131,7 +131,6 @@ export default class Layout extends React.Component {
const layoutComponentProps = {
...this.props.bindProps,
...this.state,
children: this.state.RenderChildren,
layoutPageModesClassnames: [{
["noMargin"]: this.state.compactMode,
}],