mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
change position of fetch balance
This commit is contained in:
parent
9777550741
commit
5d745f734d
@ -443,7 +443,6 @@ function App() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
getBalanceFunc();
|
getBalanceFunc();
|
||||||
getLtcBalanceFunc()
|
|
||||||
} catch (error) { }
|
} catch (error) { }
|
||||||
}, [address]);
|
}, [address]);
|
||||||
|
|
||||||
@ -453,6 +452,12 @@ function App() {
|
|||||||
};
|
};
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
useEffect(()=> {
|
||||||
|
if(authenticatedMode === 'ltc' && !ltcBalanceLoading && ltcBalance === null ){
|
||||||
|
getLtcBalanceFunc()
|
||||||
|
}
|
||||||
|
}, [authenticatedMode])
|
||||||
|
|
||||||
const confirmPasswordToDownload = async () => {
|
const confirmPasswordToDownload = async () => {
|
||||||
try {
|
try {
|
||||||
setWalletToBeDownloadedError("");
|
setWalletToBeDownloadedError("");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user