We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e859250 commit 28a3a7fCopy full SHA for 28a3a7f
ui/src/views/dashboard/Dashboard.jsx
@@ -136,7 +136,7 @@ export default function Dashboard() {
136
<KpiCard
137
title="Avg. Price"
138
color="purple"
139
- value={`${!kpis.avgPriceOfListings ? '---' : kpis.avgPriceOfListings} EUR`}
+ value={`${!kpis.avgPriceOfListings ? '---' : kpis.avgPriceOfListings} €`}
140
icon={<IconNoteMoney />}
141
description="Avg. Price of listings"
142
/>
0 commit comments