Fix minor typo on customers

This commit is contained in:
tiago-lamassu 2021-01-08 17:07:08 +00:00 committed by Josh Harvey
parent 59cb33570b
commit 65165b943b

View file

@ -71,7 +71,7 @@ const TransactionsList = ({ customer, data, loading }) => {
) : (
<TxInIcon className={classes.txClassIconLeft} />
)}
{it.txClass === 'cashOut' ? 'Cach-out' : 'Cash-in'}
{it.txClass === 'cashOut' ? 'Cash-out' : 'Cash-in'}
</>
)
},