fix: correct typo on 'Minimum Tx'
This commit is contained in:
parent
b5051badd0
commit
172ecb3f68
2 changed files with 4 additions and 4 deletions
|
|
@ -145,7 +145,7 @@ const getOverridesFields = (getData, currency, auxElements) => {
|
|||
},
|
||||
{
|
||||
name: 'minimumTx',
|
||||
display: 'Minimun Tx',
|
||||
display: 'Minimum Tx',
|
||||
width: 169,
|
||||
doubleHeader: 'Cash-in only',
|
||||
textAlign: 'center',
|
||||
|
|
@ -206,7 +206,7 @@ const mainFields = currency => [
|
|||
},
|
||||
{
|
||||
name: 'minimumTx',
|
||||
display: 'Minimun Tx',
|
||||
display: 'Minimum Tx',
|
||||
width: 169,
|
||||
size: 'lg',
|
||||
doubleHeader: 'Cash-in only',
|
||||
|
|
@ -533,7 +533,7 @@ const getListCommissionsFields = (getData, currency, defaults) => {
|
|||
},
|
||||
{
|
||||
name: 'minimumTx',
|
||||
display: 'Minimun Tx',
|
||||
display: 'Minimum Tx',
|
||||
width: 144,
|
||||
input: NumberInput,
|
||||
doubleHeader: 'Cash-in only',
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ const getOverridesFields = currency => {
|
|||
},
|
||||
{
|
||||
name: 'minimumTx',
|
||||
display: 'Minimun Tx',
|
||||
display: 'Minimum Tx',
|
||||
width: 155,
|
||||
doubleHeader: 'Cash-in only',
|
||||
textAlign: 'right',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue