fix: make commission details list fit
This commit is contained in:
parent
e0d8f7c24d
commit
599dbf8679
1 changed files with 6 additions and 6 deletions
|
|
@ -533,7 +533,7 @@ const getListCommissionsFields = (getData, currency, defaults) => {
|
||||||
{
|
{
|
||||||
name: 'cryptoCurrencies',
|
name: 'cryptoCurrencies',
|
||||||
display: 'Crypto Currency',
|
display: 'Crypto Currency',
|
||||||
width: 255,
|
width: 150,
|
||||||
view: R.prop(0),
|
view: R.prop(0),
|
||||||
size: 'sm',
|
size: 'sm',
|
||||||
editable: false
|
editable: false
|
||||||
|
|
@ -542,7 +542,7 @@ const getListCommissionsFields = (getData, currency, defaults) => {
|
||||||
header: cashInHeader,
|
header: cashInHeader,
|
||||||
name: 'cashIn',
|
name: 'cashIn',
|
||||||
display: 'Cash-in',
|
display: 'Cash-in',
|
||||||
width: 130,
|
width: 120,
|
||||||
input: NumberInput,
|
input: NumberInput,
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
suffix: '%',
|
suffix: '%',
|
||||||
|
|
@ -555,7 +555,7 @@ const getListCommissionsFields = (getData, currency, defaults) => {
|
||||||
header: cashOutHeader,
|
header: cashOutHeader,
|
||||||
name: 'cashOut',
|
name: 'cashOut',
|
||||||
display: 'Cash-out',
|
display: 'Cash-out',
|
||||||
width: 140,
|
width: 126,
|
||||||
input: NumberInput,
|
input: NumberInput,
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
greenText: true,
|
greenText: true,
|
||||||
|
|
@ -568,7 +568,7 @@ const getListCommissionsFields = (getData, currency, defaults) => {
|
||||||
{
|
{
|
||||||
name: 'fixedFee',
|
name: 'fixedFee',
|
||||||
display: 'Fixed fee',
|
display: 'Fixed fee',
|
||||||
width: 144,
|
width: 140,
|
||||||
input: NumberInput,
|
input: NumberInput,
|
||||||
doubleHeader: 'Cash-in only',
|
doubleHeader: 'Cash-in only',
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
|
|
@ -581,7 +581,7 @@ const getListCommissionsFields = (getData, currency, defaults) => {
|
||||||
{
|
{
|
||||||
name: 'minimumTx',
|
name: 'minimumTx',
|
||||||
display: 'Minimum Tx',
|
display: 'Minimum Tx',
|
||||||
width: 144,
|
width: 140,
|
||||||
input: NumberInput,
|
input: NumberInput,
|
||||||
doubleHeader: 'Cash-in only',
|
doubleHeader: 'Cash-in only',
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
|
|
@ -594,7 +594,7 @@ const getListCommissionsFields = (getData, currency, defaults) => {
|
||||||
{
|
{
|
||||||
name: 'cashOutFixedFee',
|
name: 'cashOutFixedFee',
|
||||||
display: 'Fixed fee',
|
display: 'Fixed fee',
|
||||||
width: 144,
|
width: 140,
|
||||||
doubleHeader: 'Cash-out only',
|
doubleHeader: 'Cash-out only',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
editingAlign: 'right',
|
editingAlign: 'right',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue