mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
FIX: Show error message on aler.
This commit is contained in:
parent
251cebad35
commit
5865de2185
1 changed files with 1 additions and 2 deletions
|
@ -148,8 +148,7 @@ export default class ScanLndInvoice extends React.Component {
|
|||
} catch (Err) {
|
||||
console.log(Err.message);
|
||||
this.setState({ isLoading: false });
|
||||
this.props.navigation.goBack();
|
||||
return alert('Error');
|
||||
return alert(Err.message);
|
||||
}
|
||||
|
||||
EV(EV.enum.REMOTE_TRANSACTIONS_COUNT_CHANGED); // someone should fetch txs
|
||||
|
|
Loading…
Add table
Reference in a new issue