diff --git a/apps/infoalloggi/src/components/Layout.tsx b/apps/infoalloggi/src/components/Layout.tsx index 7211757..ba8fc1e 100644 --- a/apps/infoalloggi/src/components/Layout.tsx +++ b/apps/infoalloggi/src/components/Layout.tsx @@ -184,7 +184,7 @@ export const AreaRiservataLayoutUserView = ({ isAdmin /> -
+
{children} diff --git a/apps/infoalloggi/src/components/area-riservata/userViewHeader.tsx b/apps/infoalloggi/src/components/area-riservata/userViewHeader.tsx index 9d76f50..39c973c 100644 --- a/apps/infoalloggi/src/components/area-riservata/userViewHeader.tsx +++ b/apps/infoalloggi/src/components/area-riservata/userViewHeader.tsx @@ -336,9 +336,16 @@ const NoteUtenteDialog = () => { return ( - +
+ + {note && note.trim().length > 0 && ( + + + + )} +