From a93a5d84f340ae1c549bb21401019f658bda69a3 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 27 Aug 2024 17:05:10 -0700 Subject: [PATCH] Trigger account list on valid session. It's cleaner --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ? ( ) : (