mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-10 02:16:57 +00:00
Fix missing bracket
This commit is contained in:
parent
d2e81fda44
commit
396e5297c2
@ -289,7 +289,6 @@ export const isMainWindow = true;
|
||||
function App() {
|
||||
const [extState, setExtstate] = useState<extStates>('not-authenticated');
|
||||
const [desktopViewMode, setDesktopViewMode] = useState('home');
|
||||
|
||||
const [backupjson, setBackupjson] = useState<any>(null);
|
||||
const [rawWallet, setRawWallet] = useState<any>(null);
|
||||
const [ltcBalanceLoading, setLtcBalanceLoading] = useState<boolean>(false);
|
||||
@ -2018,7 +2017,7 @@ function App() {
|
||||
setIsOpenDrawerProfile={setIsOpenDrawerProfile}
|
||||
userInfo={userInfo}
|
||||
/>
|
||||
renderProfile()
|
||||
{renderProfile()}
|
||||
</Box>
|
||||
</MyContext.Provider>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user