diff --git a/src/components/metric/kpi-card.tsx b/src/components/metric/kpi-card.tsx index 1878a4c..2c9a81a 100644 --- a/src/components/metric/kpi-card.tsx +++ b/src/components/metric/kpi-card.tsx @@ -85,7 +85,6 @@ export function KpiCard({ isOnCanvas && "border-primary/50 bg-primary/5", )} > - {/* Header row */}
{enableDragDrop && (canDrag ? ( @@ -99,7 +98,7 @@ export function KpiCard({
e.stopPropagation()} > @@ -153,13 +152,13 @@ export function KpiCard({
- {/* Progress section */} {goalProgress && timeElapsedPercent !== null && (

@@ -185,7 +183,6 @@ export function KpiCard({

- {/* Goal Progress */}
- {/* Time Progress */}
)} - {/* No goal state */} {!goalProgress && (
@@ -245,7 +240,6 @@ export function KpiCard({
)} - {/* Role display */}
{roles.length > 0 ? ( <>