+
}
+ onLoadSuccess={onDocumentLoadSuccess}
+ options={options}
+ >
+ {Array.from(new Array(numPages), (_el, index) => (
+
+ ))}
+
+
+ );
+};
diff --git a/apps/infoalloggi/src/components/servizio/annuncio_actions.tsx b/apps/infoalloggi/src/components/servizio/annuncio_actions.tsx
index fab9c15..bffba7f 100644
--- a/apps/infoalloggi/src/components/servizio/annuncio_actions.tsx
+++ b/apps/infoalloggi/src/components/servizio/annuncio_actions.tsx
@@ -731,9 +731,7 @@ const AdminLavoraConferma = () => {