diff --git a/apps/infoalloggi/src/components/servizio/servizio.tsx b/apps/infoalloggi/src/components/servizio/servizio.tsx index 39cea50..d49b7d9 100644 --- a/apps/infoalloggi/src/components/servizio/servizio.tsx +++ b/apps/infoalloggi/src/components/servizio/servizio.tsx @@ -349,6 +349,35 @@ const Main = () => { // se interrotto, mostra avvisos if (servizio.isInterrotto) { + if (isAdmin) { + return ( + <> +
+
+ + {t.servizio.servizio_interrotto} +
+
+
+ {servizio.annunci.map((data) => { + return ( + + + + ); + })} + {servizio.annunci.length > 1 && + servizio.annunci.length % 2 === 1 && ( +
+ )} +
+ + ); + } return (