mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-02 18:34:09 +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