From e4d4dfa5bedffd8a649356be19ec10c6472f0cff Mon Sep 17 00:00:00 2001 From: Simone Cavalli Date: Sat, 16 May 2026 21:38:56 +0200 Subject: [PATCH] fix: remove brief from public client dashboard (internal data only) Co-Authored-By: Claude Sonnet 4.6 --- src/components/client-dashboard.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/client-dashboard.tsx b/src/components/client-dashboard.tsx index 3ca72d1..51846a0 100644 --- a/src/components/client-dashboard.tsx +++ b/src/components/client-dashboard.tsx @@ -69,12 +69,6 @@ export function ClientDashboard({ view, token, comments }: ClientDashboardProps) {/* ── Contenuto principale ── */}
- {view.client.brief && ( -

- {view.client.brief} -

- )} - } phases={view.phases}