Update schedaAnnuncioStampabile.tsx
This commit is contained in:
parent
4ca033eb2c
commit
ac75113c1e
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ function SchedaAnnuncio({ data }: { data: Annunci }) {
|
|||
<div className="bg-gray-50 p-3 rounded">
|
||||
<p className="font-medium text-primary">Canone Mensile</p>
|
||||
<p className="text-xl font-bold">
|
||||
€ {data.prezzo.toLocaleString()}
|
||||
€ {formatCurrency(data.prezzo / 100)}
|
||||
</p>
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue