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(() => { useEffect(() => {
AsyncStorage.getItem(AppStorage.LNDHUB) AsyncStorage.getItem(AppStorage.LNDHUB)
.then(setWalletBaseURI) .then(url => setWalletBaseURI(url || 'https://lndhub.io'))
.catch(() => setWalletBaseURI('')); .catch(() => setWalletBaseURI(''));
isAdancedModeEnabled() isAdancedModeEnabled()
.then(setIsAdvancedOptionsEnabled) .then(setIsAdvancedOptionsEnabled)