From 43d67dceb86eb48723d03639eab07e542abeac09 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Mon, 9 Mar 2026 10:18:58 +0100 Subject: [PATCH] feat: update AnnuncioFooter to conditionally hide video label when no videos are present --- apps/infoalloggi/src/pages/annuncio/[cod].tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/infoalloggi/src/pages/annuncio/[cod].tsx b/apps/infoalloggi/src/pages/annuncio/[cod].tsx index 3018007..e964ac8 100644 --- a/apps/infoalloggi/src/pages/annuncio/[cod].tsx +++ b/apps/infoalloggi/src/pages/annuncio/[cod].tsx @@ -686,7 +686,14 @@ const AnnuncioFooter = ({ const { t } = useTranslation(); return (
-

Video:

+

+ Video: +

{videos.map((video) => { return (