whitespace
This commit is contained in:
parent
8b23d012eb
commit
8add299f53
|
@ -107,9 +107,9 @@ class AppContainer extends Component {
|
|||
return <div></div>;
|
||||
}
|
||||
return (
|
||||
<Layout location={this.props.location}
|
||||
<Layout location={this.props.location}
|
||||
logout={this.props.logout}
|
||||
toggleTheme={() => this.toggleTheme()}
|
||||
toggleTheme={() => this.toggleTheme()}
|
||||
currentTheme={this.props.theme}>
|
||||
<React.Fragment>{routes}</React.Fragment>
|
||||
</Layout>
|
||||
|
|
Loading…
Reference in New Issue