removed redundant args

This commit is contained in:
Khalim Conn-Kowlessar 2026-04-04 19:19:58 +00:00
parent 716b0d5d79
commit 4e6728bf84

View file

@ -124,10 +124,6 @@ export default function ProgressOverview({
actualMeasuresInstalled: "Measures Installed",
fullLodgementDate: "Lodgement Date",
},
undefined,
"Completed Properties",
"These properties have completed all stages and are fully lodged/funded.",
"Work completed and funding claimed.",
)
}
className="group w-full text-left rounded-xl border border-emerald-200 bg-gradient-to-r from-emerald-50 to-white p-5 hover:border-emerald-300 hover:shadow-md transition-all duration-200"
@ -181,10 +177,6 @@ export default function ProgressOverview({
item.deals,
EARLY_COLUMNS,
EARLY_LABELS,
undefined,
item.stage,
`Properties currently in the "${item.stage}" stage.`,
undefined,
)
}
className={`group text-left rounded-xl border p-3 transition-all duration-200 hover:shadow-md ${c.bg} ${c.border} hover:opacity-95`}