DEL: leftover actionKeys

This commit is contained in:
Marcos Rodriguez Vélez 2022-08-06 15:40:39 -04:00
parent aaf3e0aedc
commit ba8e68d639
No known key found for this signature in database
GPG Key ID: 0D64671698D11C5C

View File

@ -24,7 +24,6 @@ export default class TransactionsNavigationHeader extends Component {
CopyToClipboard: 'copyToClipboard',
WalletBalanceVisibility: 'walletBalanceVisibility',
Refill: 'refill',
RefillWithBank: 'refillwithbank',
RefillWithExternalWallet: 'qrcode',
Exchange: 'exchange',
};
@ -46,10 +45,6 @@ export default class TransactionsNavigationHeader extends Component {
iconType: 'SYSTEM',
iconValue: 'goforward.plus',
},
RefillWithBank: {
iconType: 'SYSTEM',
iconValue: 'creditcard',
},
RefillWithExternalWallet: {
iconType: 'SYSTEM',
iconValue: 'qrcode',