Update CommonToolTipActions.ts

This commit is contained in:
Marcos Rodriguez Velez 2024-10-27 15:12:45 -04:00
parent 6e5a54042b
commit bec52e7680

View File

@ -69,9 +69,6 @@ const icons: { [key: string]: { iconValue: string } } = {
CoinControl: { iconValue: 'switch.2' },
CoSignTransaction: { iconValue: 'signature' },
PaymentsCode: { iconValue: 'qrcode.viewfinder' },
PaymentsCode: {
iconValue: 'qrcode',
},
ClearHistory: {
iconValue: 'trash',
},