diff --git a/src/views/components/dashboard/DashboardCardHorizontal.vue b/src/views/components/dashboard/DashboardCardHorizontal.vue index a7f59c57..9046d9f1 100644 --- a/src/views/components/dashboard/DashboardCardHorizontal.vue +++ b/src/views/components/dashboard/DashboardCardHorizontal.vue @@ -6,13 +6,16 @@ {{ statistic || '-' }} {{ statisticTitle }} + + {{ showPrice(statistic, statisticTitle) }} + - {{ showPrice(statistic) }} + {{ showPrice(statistic, statisticTitle) }} - {{ showPrice(statistic) }} + {{ showPrice(statistic, statisticTitle) }} = 2) { const quote = this.$store.state.chains.quotes[token[1]] @@ -84,7 +87,7 @@ export default { return `${getUserCurrencySign()}${(Number(token[0].replaceAll(',', '')) * price).toFixed(2)}` } } - return token + return statisticTitle }, }, }