fix: general screen fixes
This commit is contained in:
parent
ea53d782ad
commit
b07c0e180a
10 changed files with 32 additions and 226 deletions
|
|
@ -44,6 +44,7 @@ const TransactionsList = ({ data }) => {
|
|||
{
|
||||
header: 'Cash',
|
||||
width: 146,
|
||||
textAlign: 'right',
|
||||
view: it => (
|
||||
<>
|
||||
{`${Number.parseFloat(it.fiat)} `}
|
||||
|
|
@ -54,6 +55,7 @@ const TransactionsList = ({ data }) => {
|
|||
{
|
||||
header: 'Crypto',
|
||||
width: 142,
|
||||
textAlign: 'right',
|
||||
view: it => (
|
||||
<>
|
||||
{`${toUnit(new BigNumber(it.cryptoAtoms), it.cryptoCode).toFormat(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue