diff --git a/src/App.tsx b/src/App.tsx index 1c6913a..3ad6fe2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -289,7 +289,6 @@ export const isMainWindow = true; function App() { const [extState, setExtstate] = useState('not-authenticated'); const [desktopViewMode, setDesktopViewMode] = useState('home'); - const [backupjson, setBackupjson] = useState(null); const [rawWallet, setRawWallet] = useState(null); const [ltcBalanceLoading, setLtcBalanceLoading] = useState(false); @@ -2018,7 +2017,7 @@ function App() { setIsOpenDrawerProfile={setIsOpenDrawerProfile} userInfo={userInfo} /> - renderProfile() + {renderProfile()} )}