Refactor app.container to load current user.

This commit is contained in:
Patrick Fic
2019-12-09 19:49:43 -08:00
parent f919025159
commit 7de41f77ae
6 changed files with 122 additions and 39 deletions

View File

@@ -74,6 +74,7 @@ class App extends React.Component {
}
render() {
console.log("this.props.currentUser", this.props.currentUser);
return (
<div>
<Switch>