mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
FIX: lndhub uri bug
This commit is contained in:
parent
042a9e4d85
commit
4d3a3d4176
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue