From cfd87bd1362f9eefdec24565cf9d3ac344ca4223 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Tue, 12 May 2026 16:17:30 +0200 Subject: [PATCH] fix hidden annuncio se in saldo --- .../src/components/servizio/servizio.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/apps/infoalloggi/src/components/servizio/servizio.tsx b/apps/infoalloggi/src/components/servizio/servizio.tsx index 0ee7060..ea3f7b1 100644 --- a/apps/infoalloggi/src/components/servizio/servizio.tsx +++ b/apps/infoalloggi/src/components/servizio/servizio.tsx @@ -720,6 +720,23 @@ const Main = () => { ))} )} +
+ {InConferma.map((data) => { + return ( + + + + ); + })} + {servizio.annunci.length > 1 && servizio.annunci.length % 2 === 1 && ( +
+ )} +
+
{NonInConferma.map((data) => { return (