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 (