mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
npm build fix
This commit is contained in:
parent
5d77576269
commit
f409749658
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export default function LiveTracker({ deals }: ReportsProps) {
|
|||
"Cancelled / No Show",
|
||||
"Rescheduled",
|
||||
];
|
||||
const hasSurveyData = currentDeals.some((deal) =>
|
||||
const hasSurveyData = currentDeals.some((deal: any) =>
|
||||
deal.outcome && surveyorOutcomes.includes(deal.outcome)
|
||||
);
|
||||
const totalProperties = deals.length;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue