whitespace

This commit is contained in:
Michael Bradley, Jr 2018-10-19 20:05:53 -05:00
parent 8b23d012eb
commit 8add299f53
1 changed files with 2 additions and 2 deletions

View File

@ -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>