mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
Update transactions.js
This commit is contained in:
parent
0a94b1365b
commit
1f5313ff56
1 changed files with 1 additions and 3 deletions
|
@ -449,9 +449,7 @@ const WalletTransactions = () => {
|
|||
};
|
||||
|
||||
const onManageFundsPressed = ({ id }) => {
|
||||
if (id === TransactionsNavigationHeader.actionKeys.Exchange) {
|
||||
Linking.openURL('https://zigzag.io/?utm_source=integration&utm_medium=bluewallet&utm_campaign=withdrawLink');
|
||||
} else if (id === TransactionsNavigationHeader.actionKeys.Refill) {
|
||||
if (id === TransactionsNavigationHeader.actionKeys.Refill) {
|
||||
const availableWallets = [...wallets.filter(item => item.chain === Chain.ONCHAIN && item.allowSend())];
|
||||
if (availableWallets.length === 0) {
|
||||
alert(loc.lnd.refill_create);
|
||||
|
|
Loading…
Add table
Reference in a new issue