diff --git a/client/src/pages/jobs-detail/jobs-detail.page.component.jsx b/client/src/pages/jobs-detail/jobs-detail.page.component.jsx index a91ebfbef..b4baa1503 100644 --- a/client/src/pages/jobs-detail/jobs-detail.page.component.jsx +++ b/client/src/pages/jobs-detail/jobs-detail.page.component.jsx @@ -40,135 +40,137 @@ export default function JobsDetailPage({ }; return ( -
- - - {isFieldsTouched() ? ( - - {t("general.messages.unsavedchanges")} - - - } - closable +
+ + - ) : null} - - - - {t("menus.jobsdetail.claimdetail")} - - } - key="claimdetail" - > - - + {isFieldsTouched() ? ( + + {t("general.messages.unsavedchanges")} + +
+ } + closable + /> + ) : null} - - - {t("menus.jobsdetail.insurance")} - - } - key="insurance" - > - - + + + + {t("menus.jobsdetail.claimdetail")} + + } + key="claimdetail" + > + + - - - {t("menus.jobsdetail.repairdata")} - - } - key="repairdata" - > - - + + + {t("menus.jobsdetail.insurance")} + + } + key="insurance" + > + + - - - {t("menus.jobsdetail.financials")} - - } - key="financials" - > - - + + + {t("menus.jobsdetail.repairdata")} + + } + key="repairdata" + > + + - - - {t("menus.jobsdetail.partssublet")} - - } - key="partssublet" - > - Partssublet - + + + {t("menus.jobsdetail.financials")} + + } + key="financials" + > + + - - - {t("menus.jobsdetail.labor")} - - } - key="labor" - > - Labor - + + + {t("menus.jobsdetail.partssublet")} + + } + key="partssublet" + > + Partssublet + - - - {t("menus.jobsdetail.dates")} - - } - key="dates" - > - } - + + + {t("menus.jobsdetail.labor")} + + } + key="labor" + > + Labor + - - - {t("jobs.labels.documents")} - - } - key="documents" - > - - - - - {t("jobs.labels.notes")} - - } - key="notes" - > - - - - + + + {t("menus.jobsdetail.dates")} + + } + key="dates" + > + } + + + + + {t("jobs.labels.documents")} + + } + key="documents" + > + + + + + {t("jobs.labels.notes")} + + } + key="notes" + > + + + + + ); }