fix: display fiat amount and currency on same line
This commit is contained in:
parent
27b98b7f55
commit
d2f1b6ec4c
1 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ const Transactions = () => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
header: 'Cash',
|
header: 'Cash',
|
||||||
width: 104,
|
width: 110,
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
size: 'sm',
|
size: 'sm',
|
||||||
view: it => `${Number.parseFloat(it.fiat)} ${it.fiatCode}`
|
view: it => `${Number.parseFloat(it.fiat)} ${it.fiatCode}`
|
||||||
|
|
@ -144,7 +144,7 @@ const Transactions = () => {
|
||||||
view: it => moment.utc(it.created).format('YYYY-MM-DD'),
|
view: it => moment.utc(it.created).format('YYYY-MM-DD'),
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
size: 'sm',
|
size: 'sm',
|
||||||
width: 130
|
width: 135
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
header: 'Time (UTC)',
|
header: 'Time (UTC)',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue