IO-3020 IO-3096 Additional cleanup.

This commit is contained in:
Patrick Fic
2024-12-10 08:19:20 -08:00
parent c7a2c8209a
commit 2209f49696
4 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ function FeatureWrapper({
bodyshop, bodyshop,
featureName, featureName,
noauth, noauth,
blurContent = false, blurContent,
children, children,
upsellComponent, upsellComponent,
...restProps ...restProps

View File

@@ -83,7 +83,7 @@ export function JobLinesExpander({ jobline, jobid, bodyshop, technician }) {
} }
] ]
} }
/>{" "} />
</Col> </Col>
<Col md={24} lg={8}> <Col md={24} lg={8}>
<Typography.Title level={4}>{t("parts_dispatch.labels.parts_dispatch")}</Typography.Title> <Typography.Title level={4}>{t("parts_dispatch.labels.parts_dispatch")}</Typography.Title>

View File

@@ -138,7 +138,6 @@ export function JobLifecycleComponent({ job, statuses, ...rest }) {
} }
style={{ width: "100%" }} style={{ width: "100%" }}
> >
{" "}
<Card type="inner" style={{ marginTop: "10px" }}> <Card type="inner" style={{ marginTop: "10px" }}>
<UpsellComponent upsell={upsellEnum.lifecycle.general} /> <UpsellComponent upsell={upsellEnum.lifecycle.general} />
</Card> </Card>

View File

@@ -697,7 +697,7 @@ export function JobsDetailHeaderActions({
) : ( ) : (
<Link to={`/manage/jobs/${job.id}/deliver`}> <Link to={`/manage/jobs/${job.id}/deliver`}>
<LockerWrapperComponent disabled featureName="checklist"> <LockerWrapperComponent disabled featureName="checklist">
{t("jobs.actions.deliver")}{" "} {t("jobs.actions.deliver")}
</LockerWrapperComponent> </LockerWrapperComponent>
</Link> </Link>
) )