Resolve scheduling loading issue.

This commit is contained in:
Patrick Fic
2022-12-14 08:30:16 -08:00
parent 2f0bb4539e
commit ecfc365926

View File

@@ -43,7 +43,7 @@ export function ScheduleCalendarHeaderGraph({ bodyshop, loadData }) {
<div> <div>
<Space> <Space>
{t("appointments.labels.expectedprodhrs")} {t("appointments.labels.expectedprodhrs")}
<strong>{loadData.expectedHours.toFixed(1)}</strong> <strong>{loadData?.expectedHours?.toFixed(1)}</strong>
</Space> </Space>
<RadarChart <RadarChart
// cx={300} // cx={300}