mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
FIX: lndhub uri bug
This commit is contained in:
parent
042a9e4d85
commit
4d3a3d4176
@ -45,7 +45,8 @@ export default class WalletsAdd extends Component {
|
||||
async componentDidMount() {
|
||||
let walletBaseURI = await AsyncStorage.getItem(AppStorage.LNDHUB);
|
||||
let isAdvancedOptionsEnabled = !!(await AsyncStorage.getItem(AppStorage.ADVANCED_MODE_ENABLED));
|
||||
walletBaseURI = JSON.parse(walletBaseURI) || '';
|
||||
walletBaseURI = walletBaseURI || '';
|
||||
|
||||
this.setState({
|
||||
isLoading: false,
|
||||
activeBitcoin: undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user