fix: remove brief from public client dashboard (internal data only)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -69,12 +69,6 @@ export function ClientDashboard({ view, token, comments }: ClientDashboardProps)
|
|||||||
|
|
||||||
{/* ── Contenuto principale ── */}
|
{/* ── Contenuto principale ── */}
|
||||||
<main className="flex-1 min-w-0 order-1 lg:order-2 space-y-12">
|
<main className="flex-1 min-w-0 order-1 lg:order-2 space-y-12">
|
||||||
{view.client.brief && (
|
|
||||||
<p className="text-base text-[#666666] italic leading-relaxed border-l-4 border-[#DEF168] pl-4">
|
|
||||||
{view.client.brief}
|
|
||||||
</p>
|
|
||||||
)}
|
|
||||||
|
|
||||||
<PhaseViewToggle
|
<PhaseViewToggle
|
||||||
timelineView={<PhaseTimeline phases={view.phases} token={token} />}
|
timelineView={<PhaseTimeline phases={view.phases} token={token} />}
|
||||||
phases={view.phases}
|
phases={view.phases}
|
||||||
|
|||||||
Reference in New Issue
Block a user