Use EUR-symbol to match Map.jsx (see d43c5b3) (#261)

Co-authored-by: Katrin Leinweber <katrinleinweber@noreply.github.com>
This commit is contained in:
Katrin Leinweber
2026-01-25 12:32:11 +01:00
committed by GitHub
parent e859250545
commit 28a3a7f372

View File

@@ -136,7 +136,7 @@ export default function Dashboard() {
<KpiCard
title="Avg. Price"
color="purple"
value={`${!kpis.avgPriceOfListings ? '---' : kpis.avgPriceOfListings} EUR`}
value={`${!kpis.avgPriceOfListings ? '---' : kpis.avgPriceOfListings} `}
icon={<IconNoteMoney />}
description="Avg. Price of listings"
/>