mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
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…
x
Reference in New Issue
Block a user