feat: support new advanced wallet settings
This commit is contained in:
parent
4120d58a1b
commit
ba72786dcb
7 changed files with 32 additions and 27 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue