diff --git a/frontend/src/components/AccountReceiveTable.vue b/frontend/src/components/AccountReceiveTable.vue index 609be2b4..a6858921 100644 --- a/frontend/src/components/AccountReceiveTable.vue +++ b/frontend/src/components/AccountReceiveTable.vue @@ -132,8 +132,12 @@
- props.row.token, tokens)" - style="width: 1.2rem" v-if="getTokenInfo(props.row.token)" /> +
{{ formatAmount(props.row.amount, props.row.token, tokens) }} {{ getTokenSymbol(props.row.token, tokens) }}