IO-3020 IO-3096 Additional cleanup.
This commit is contained in:
@@ -16,7 +16,7 @@ function FeatureWrapper({
|
||||
bodyshop,
|
||||
featureName,
|
||||
noauth,
|
||||
blurContent = false,
|
||||
blurContent,
|
||||
children,
|
||||
upsellComponent,
|
||||
...restProps
|
||||
|
||||
@@ -83,7 +83,7 @@ export function JobLinesExpander({ jobline, jobid, bodyshop, technician }) {
|
||||
}
|
||||
]
|
||||
}
|
||||
/>{" "}
|
||||
/>
|
||||
</Col>
|
||||
<Col md={24} lg={8}>
|
||||
<Typography.Title level={4}>{t("parts_dispatch.labels.parts_dispatch")}</Typography.Title>
|
||||
|
||||
@@ -138,7 +138,6 @@ export function JobLifecycleComponent({ job, statuses, ...rest }) {
|
||||
}
|
||||
style={{ width: "100%" }}
|
||||
>
|
||||
{" "}
|
||||
<Card type="inner" style={{ marginTop: "10px" }}>
|
||||
<UpsellComponent upsell={upsellEnum.lifecycle.general} />
|
||||
</Card>
|
||||
|
||||
@@ -697,7 +697,7 @@ export function JobsDetailHeaderActions({
|
||||
) : (
|
||||
<Link to={`/manage/jobs/${job.id}/deliver`}>
|
||||
<LockerWrapperComponent disabled featureName="checklist">
|
||||
{t("jobs.actions.deliver")}{" "}
|
||||
{t("jobs.actions.deliver")}
|
||||
</LockerWrapperComponent>
|
||||
</Link>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user