diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index ef6c0e9f6..1351ea4bd 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -834,6 +834,27 @@ + + schedule + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + diff --git a/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx b/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx index 6d89061d2..6d1fd52f1 100644 --- a/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx +++ b/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx @@ -18,9 +18,11 @@ export default function JobsDetailHeader({ job, mutationConvertJob, refetch, - handleSubmit + handleSubmit, + scheduleModalState }) { const { t } = useTranslation(); + const [scheduleModalVisible, setscheduleModalVisible] = scheduleModalState; const tombstoneTitle = (
@@ -58,6 +60,15 @@ export default function JobsDetailHeader({ ); const menuExtra = [ + ,