feat: support new advanced wallet settings

This commit is contained in:
José Oliveira 2022-02-17 21:50:31 +00:00
parent 4120d58a1b
commit ba72786dcb
7 changed files with 32 additions and 27 deletions

View file

@ -95,7 +95,7 @@ const getAdvancedWalletElements = () => {
stripe: true,
width: 250,
view: (_, ite) => {
return ite.allowTransactionBatching ? 'Yes (Only BTC supports)' : `No`
return ite.allowTransactionBatching ? 'Yes' : `No`
},
input: Checkbox
},