fix: general screen fixes

This commit is contained in:
Taranto 2020-08-08 08:31:23 +01:00 committed by Josh Harvey
parent ea53d782ad
commit b07c0e180a
10 changed files with 32 additions and 226 deletions

View file

@ -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(