From ac75113c1eb789f16eafeffe6ace3625ef108edb Mon Sep 17 00:00:00 2001 From: Marco <102391987+marcopedone@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:40:03 +0200 Subject: [PATCH] Update schedaAnnuncioStampabile.tsx --- apps/infoalloggi/src/components/schedaAnnuncioStampabile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infoalloggi/src/components/schedaAnnuncioStampabile.tsx b/apps/infoalloggi/src/components/schedaAnnuncioStampabile.tsx index b3f6aa2..94ab6c2 100644 --- a/apps/infoalloggi/src/components/schedaAnnuncioStampabile.tsx +++ b/apps/infoalloggi/src/components/schedaAnnuncioStampabile.tsx @@ -143,7 +143,7 @@ function SchedaAnnuncio({ data }: { data: Annunci }) {

Canone Mensile

- € {data.prezzo.toLocaleString()} + € {formatCurrency(data.prezzo / 100)}

)}