mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
Co-authored-by: Katrin Leinweber <katrinleinweber@noreply.github.com>
This commit is contained in:
@@ -136,7 +136,7 @@ export default function Dashboard() {
|
|||||||
<KpiCard
|
<KpiCard
|
||||||
title="Avg. Price"
|
title="Avg. Price"
|
||||||
color="purple"
|
color="purple"
|
||||||
value={`${!kpis.avgPriceOfListings ? '---' : kpis.avgPriceOfListings} EUR`}
|
value={`${!kpis.avgPriceOfListings ? '---' : kpis.avgPriceOfListings} €`}
|
||||||
icon={<IconNoteMoney />}
|
icon={<IconNoteMoney />}
|
||||||
description="Avg. Price of listings"
|
description="Avg. Price of listings"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user