Merged in release/2022-12-16 (pull request #639)

Resolve scheduling loading issue.
This commit is contained in:
Patrick Fic
2022-12-14 16:59:04 +00:00

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}