diff --git a/src/components/OperationsList/index.js b/src/components/OperationsList/index.js index 5feaa6ff..78859bbc 100644 --- a/src/components/OperationsList/index.js +++ b/src/components/OperationsList/index.js @@ -130,7 +130,7 @@ const Operation = ({ }) => { const { unit } = account const time = moment(tx.receivedAt) - const Icon = getIconByCoinType(get(account, 'currency.coinType')) + const Icon = getIconByCoinType(account.currency.coinType) const type = tx.amount > 0 ? 'from' : 'to' return (