@@ -188,7 +188,7 @@ const mapStateToProps = createStructuredSelector({
|
||||
export function Manage({ match, conflict, bodyshop }) {
|
||||
const { t } = useTranslation();
|
||||
useEffect(() => {
|
||||
const widgetId = "IABVNO4scRKY11XBQkNr";
|
||||
const widgetId = "mQdqARMzkZRUVugJ6TdS";
|
||||
window.noticeable.render("widget", widgetId);
|
||||
try {
|
||||
requestForToken();
|
||||
|
||||
@@ -368,7 +368,7 @@ async function CalculateRatesTotals({ job, client }) {
|
||||
rates_subtotal = rates_subtotal.add(ret[property].total);
|
||||
}
|
||||
|
||||
const stlMahw = job.cieca_stl.data.find((c) => c.ttl_typecd === "MAHW");
|
||||
const stlMahw = job.cieca_stl?.data.find((c) => c.ttl_typecd === "MAHW");
|
||||
|
||||
if (
|
||||
stlMahw &&
|
||||
|
||||
Reference in New Issue
Block a user