Added routing and basic board component.
This commit is contained in:
@@ -74,7 +74,7 @@ class App extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
console.log("this.props.currentUser", this.props.currentUser);
|
||||
console.log("this.props.currentUser", this.props.currentUser.email);
|
||||
return (
|
||||
<div>
|
||||
<Switch>
|
||||
|
||||
Reference in New Issue
Block a user