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>
<Space>
{t("appointments.labels.expectedprodhrs")}
<strong>{loadData.expectedHours.toFixed(1)}</strong>
<strong>{loadData?.expectedHours?.toFixed(1)}</strong>
</Space>
<RadarChart
// cx={300}