diff --git a/src/App.tsx b/src/App.tsx index 5a073d4..f938d7c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -132,10 +132,10 @@ class App extends React.Component { render() { return (
- {this.state && this.state.auth ? ( + {this.state && this.state.session ? ( ) : (