From ef077c2d4825a82d8188025eb5afe65dbd259cef Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 29 Apr 2024 10:33:34 -0700 Subject: [PATCH] Add render manager for part price changes. --- client/src/components/job-detail-lines/job-lines.component.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/components/job-detail-lines/job-lines.component.jsx b/client/src/components/job-detail-lines/job-lines.component.jsx index ff963337c..96a7f3a87 100644 --- a/client/src/components/job-detail-lines/job-lines.component.jsx +++ b/client/src/components/job-detail-lines/job-lines.component.jsx @@ -43,6 +43,7 @@ import PartsOrderModalContainer from "../parts-order-modal/parts-order-modal.con import JobLinesExpander from "./job-lines-expander.component"; import JobLinesPartPriceChange from "./job-lines-part-price-change.component"; import { FaTasks } from "react-icons/fa"; +import InstanceRenderManager from "../../utils/instanceRenderMgr"; const mapStateToProps = createStructuredSelector({ bodyshop: selectBodyshop, @@ -552,7 +553,7 @@ export function JobLinesComponent({ > {t("joblines.actions.new")} - {bodyshop.region_config.toLowerCase().startsWith("us") && } + {InstanceRenderManager({ rome: })}