From f7fcc7741aa2af93a4a2b1e651003704c9bbff0c Mon Sep 17 00:00:00 2001 From: Saad Jutt Date: Thu, 4 Aug 2022 05:39:28 +0500 Subject: [PATCH] fix(web): show login on logged-out state --- web/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 39c11cf..e0a7d3e 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -22,7 +22,7 @@ function App() {
- } /> + } />