Skip to content

Commit 28a3a7f

Browse files
katrinleinweberKatrin Leinweber
andauthored
Use EUR-symbol to match Map.jsx (see d43c5b3) (#261)
Co-authored-by: Katrin Leinweber <katrinleinweber@noreply.github.com>
1 parent e859250 commit 28a3a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/dashboard/Dashboard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default function Dashboard() {
136136
<KpiCard
137137
title="Avg. Price"
138138
color="purple"
139-
value={`${!kpis.avgPriceOfListings ? '---' : kpis.avgPriceOfListings} EUR`}
139+
value={`${!kpis.avgPriceOfListings ? '---' : kpis.avgPriceOfListings} `}
140140
icon={<IconNoteMoney />}
141141
description="Avg. Price of listings"
142142
/>

0 commit comments

Comments
 (0)