chore: eta reduction

This commit is contained in:
Nikola Ubavic 2022-01-19 15:11:18 +01:00
parent 3d8281fb73
commit e89b1c233a

View file

@ -116,7 +116,7 @@ const DetailsRow = ({ it: tx, timezone }) => {
const exchangeRate = BigNumber(fiat / crypto).toFormat(2)
const displayExRate = `1 ${tx.cryptoCode} = ${exchangeRate} ${tx.fiatCode}`
const parseDateString = d => parse(new Date(), 'yyyyMMdd', d)
const parseDateString = parse(new Date(), 'yyyyMMdd')
const customer = tx.customerIdCardData && {
name: `${onlyFirstToUpper(