This commit is contained in:
Overtorment 2021-07-24 09:37:19 +01:00
parent 2d756371f7
commit b6f10b7201

View File

@ -75,7 +75,7 @@ const WalletsAdd = () => {
useEffect(() => {
AsyncStorage.getItem(AppStorage.LNDHUB)
.then(setWalletBaseURI)
.then(url => setWalletBaseURI(url || 'https://lndhub.io'))
.catch(() => setWalletBaseURI(''));
isAdancedModeEnabled()
.then(setIsAdvancedOptionsEnabled)