Resolve scheduling loading issue.
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user