feature/IO-3497-Ant-Design-v5-to-v6 - Update
This commit is contained in:
@@ -76,9 +76,11 @@ export function ScheduleCalendarHeaderComponent({ bodyshop, label, refetch, date
|
|||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
<tr>
|
<tr>
|
||||||
<BlurWrapperComponent featureName="smartscheduling">
|
<td style={{ padding: "2.5px" }}>
|
||||||
<td style={{ padding: "2.5px" }}>{t("appointments.labels.nocompletingjobs")}</td>
|
<BlurWrapperComponent featureName="smartscheduling">
|
||||||
</BlurWrapperComponent>
|
<span>{t("appointments.labels.nocompletingjobs")}</span>
|
||||||
|
</BlurWrapperComponent>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
)}
|
)}
|
||||||
</tbody>
|
</tbody>
|
||||||
@@ -120,9 +122,11 @@ export function ScheduleCalendarHeaderComponent({ bodyshop, label, refetch, date
|
|||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
<tr>
|
<tr>
|
||||||
<BlurWrapperComponent featureName="smartscheduling">
|
<td style={{ padding: "2.5px" }}>
|
||||||
<td style={{ padding: "2.5px" }}>{t("appointments.labels.noarrivingjobs")}</td>
|
<BlurWrapperComponent featureName="smartscheduling">
|
||||||
</BlurWrapperComponent>
|
<span>{t("appointments.labels.noarrivingjobs")}</span>
|
||||||
|
</BlurWrapperComponent>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
)}
|
)}
|
||||||
{!hasSmartSchedulingAccess && (
|
{!hasSmartSchedulingAccess && (
|
||||||
|
|||||||
Reference in New Issue
Block a user