From eb31cd3f17140637a654ff03a8cfdb152bd09ff3 Mon Sep 17 00:00:00 2001 From: frakarr Date: Thu, 11 Dec 2025 23:46:44 +0100 Subject: [PATCH] Update FamilyList.tsx --- pages/FamilyList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/FamilyList.tsx b/pages/FamilyList.tsx index 5a367c6..60e68f8 100644 --- a/pages/FamilyList.tsx +++ b/pages/FamilyList.tsx @@ -208,8 +208,8 @@ export const FamilyList: React.FC = () => {
{/* 1. BACHECA CONDOMINIALE (Notices) */} - {/* Visualizzata SEMPRE se la feature è attiva, anche se vuota */} - {settings?.features.notices && ( + {/* Visualizzata solo per UTENTI STANDARD (non admin) se la feature è attiva */} + {settings?.features.notices && !isPrivileged && (

Bacheca Condominiale