frontend client for gemstone. decentralised workplace app
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: init loading state to true

serenity 081a9e7d ebb40e10

+1 -1
+1 -1
src/providers/OAuthProvider.tsx
··· 65 65 const providedOAuthClient = oAuthClient; 66 66 const [oAuth, setOAuth] = useState<OAuthContextValue>({ 67 67 client: providedOAuthClient, 68 - isLoading: false, 68 + isLoading: true, 69 69 }); 70 70 71 71 useEffect(() => {