mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
removed redundant args
This commit is contained in:
parent
716b0d5d79
commit
4e6728bf84
1 changed files with 0 additions and 8 deletions
|
|
@ -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`}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue