feature/IO-3497-Ant-Design-v5-to-v6 - Update

This commit is contained in:
Dave
2026-01-12 13:49:10 -05:00
parent a0ae6a30a9
commit 2436ba0678

View File

@@ -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 && (