mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix props
This commit is contained in:
parent
4686fb6bfe
commit
64076a21da
@ -131,7 +131,6 @@ export default class Layout extends React.Component {
|
|||||||
const layoutComponentProps = {
|
const layoutComponentProps = {
|
||||||
...this.props.bindProps,
|
...this.props.bindProps,
|
||||||
...this.state,
|
...this.state,
|
||||||
children: this.state.RenderChildren,
|
|
||||||
layoutPageModesClassnames: [{
|
layoutPageModesClassnames: [{
|
||||||
["noMargin"]: this.state.compactMode,
|
["noMargin"]: this.state.compactMode,
|
||||||
}],
|
}],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user