mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
FIX: refill lndhub wallet
This commit is contained in:
parent
4473f4aacb
commit
28a6d1ed73
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ const SelectWallet: React.FC = () => {
|
|||
|
||||
const onPress = (item: TWallet) => {
|
||||
triggerHapticFeedback(HapticFeedbackTypes.Selection);
|
||||
if (isModal) {
|
||||
onWalletSelect?.(item, { navigation: { pop, navigate } });
|
||||
if (onWalletSelect) {
|
||||
onWalletSelect(item, { navigation: { pop, navigate } });
|
||||
} else {
|
||||
navigate(previousRouteName, { walletID: item.getID(), merge: true });
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue