diff --git a/client/src/components/feature-wrapper/feature-wrapper.component.jsx b/client/src/components/feature-wrapper/feature-wrapper.component.jsx
index 275bca222..8f9cb971d 100644
--- a/client/src/components/feature-wrapper/feature-wrapper.component.jsx
+++ b/client/src/components/feature-wrapper/feature-wrapper.component.jsx
@@ -16,7 +16,7 @@ function FeatureWrapper({
bodyshop,
featureName,
noauth,
- blurContent = false,
+ blurContent,
children,
upsellComponent,
...restProps
diff --git a/client/src/components/job-detail-lines/job-lines-expander.component.jsx b/client/src/components/job-detail-lines/job-lines-expander.component.jsx
index a1ed66ea0..523daed8e 100644
--- a/client/src/components/job-detail-lines/job-lines-expander.component.jsx
+++ b/client/src/components/job-detail-lines/job-lines-expander.component.jsx
@@ -83,7 +83,7 @@ export function JobLinesExpander({ jobline, jobid, bodyshop, technician }) {
}
]
}
- />{" "}
+ />
{t("parts_dispatch.labels.parts_dispatch")}
diff --git a/client/src/components/job-lifecycle/job-lifecycle.component.jsx b/client/src/components/job-lifecycle/job-lifecycle.component.jsx
index 827e909af..bfe7f5593 100644
--- a/client/src/components/job-lifecycle/job-lifecycle.component.jsx
+++ b/client/src/components/job-lifecycle/job-lifecycle.component.jsx
@@ -138,7 +138,6 @@ export function JobLifecycleComponent({ job, statuses, ...rest }) {
}
style={{ width: "100%" }}
>
- {" "}
diff --git a/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx b/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx
index d68854fef..e3b19eac4 100644
--- a/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx
+++ b/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx
@@ -697,7 +697,7 @@ export function JobsDetailHeaderActions({
) : (
- {t("jobs.actions.deliver")}{" "}
+ {t("jobs.actions.deliver")}
)