From 684968fa5c7b0c558225e37630e730dcf81e3be6 Mon Sep 17 00:00:00 2001 From: Maharshi Mishra Date: Sun, 25 Aug 2024 22:11:41 +0530 Subject: [PATCH] fixed build issues --- .../sfa-web-ton-telegram-example/src/App.tsx | 8 ++------ .../sfa-web-ton-telegram-example/vite.config.ts | 3 +++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/single-factor-auth-web/sfa-web-ton-telegram-example/src/App.tsx b/single-factor-auth-web/sfa-web-ton-telegram-example/src/App.tsx index ab97ecec..61d4f269 100644 --- a/single-factor-auth-web/sfa-web-ton-telegram-example/src/App.tsx +++ b/single-factor-auth-web/sfa-web-ton-telegram-example/src/App.tsx @@ -253,11 +253,7 @@ function App() { SFA React Ton GitHub Example - {isLoading || isLoggingIn ? ( - - ) : ( -
{web3authSfa ? (loggedIn ? loginView : logoutView) : null}
- )} + {isLoading || isLoggingIn ? :
{web3authSfa ? (loggedIn ? loginView : logoutView) : null}
}