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>
|
||||
<BlurWrapperComponent featureName="smartscheduling">
|
||||
<td style={{ padding: "2.5px" }}>{t("appointments.labels.nocompletingjobs")}</td>
|
||||
</BlurWrapperComponent>
|
||||
<td style={{ padding: "2.5px" }}>
|
||||
<BlurWrapperComponent featureName="smartscheduling">
|
||||
<span>{t("appointments.labels.nocompletingjobs")}</span>
|
||||
</BlurWrapperComponent>
|
||||
</td>
|
||||
</tr>
|
||||
)}
|
||||
</tbody>
|
||||
@@ -120,9 +122,11 @@ export function ScheduleCalendarHeaderComponent({ bodyshop, label, refetch, date
|
||||
))
|
||||
) : (
|
||||
<tr>
|
||||
<BlurWrapperComponent featureName="smartscheduling">
|
||||
<td style={{ padding: "2.5px" }}>{t("appointments.labels.noarrivingjobs")}</td>
|
||||
</BlurWrapperComponent>
|
||||
<td style={{ padding: "2.5px" }}>
|
||||
<BlurWrapperComponent featureName="smartscheduling">
|
||||
<span>{t("appointments.labels.noarrivingjobs")}</span>
|
||||
</BlurWrapperComponent>
|
||||
</td>
|
||||
</tr>
|
||||
)}
|
||||
{!hasSmartSchedulingAccess && (
|
||||
|
||||
Reference in New Issue
Block a user