From a0d73aa5b0a2c7c9a57ee35d971467fc1e581e8e Mon Sep 17 00:00:00 2001 From: arthursvpb Date: Sat, 3 Sep 2022 00:38:20 -0300 Subject: [PATCH] set user initial state to true --- web/src/App.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/App.jsx b/web/src/App.jsx index 554e66d..9ca8e91 100644 --- a/web/src/App.jsx +++ b/web/src/App.jsx @@ -15,9 +15,8 @@ export const App = () => { return ( - } /> - } /> + } /> } /> } /> } />