From c09540aba1365fb01970d1f56a8fdaf432a4061b Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Tue, 12 May 2026 13:56:30 -0700 Subject: [PATCH] Remove disable scrub if SGI to begin testing. --- package.json | 2 +- .../estimate-scrubber-button.molecule.jsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b7c20ab..40c0619 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "ImEX RPS", "author": "ImEX Systems Inc. ", "description": "ImEX RPS", - "version": "1.6.0-beta.4", + "version": "1.6.0-alpha.10", "main": "electron/main.js", "homepage": "./", "dependencies": { diff --git a/src/components/molecules/estimate-scrubber-button/estimate-scrubber-button.molecule.jsx b/src/components/molecules/estimate-scrubber-button/estimate-scrubber-button.molecule.jsx index d95d187..d2a585c 100644 --- a/src/components/molecules/estimate-scrubber-button/estimate-scrubber-button.molecule.jsx +++ b/src/components/molecules/estimate-scrubber-button/estimate-scrubber-button.molecule.jsx @@ -59,17 +59,17 @@ export function EstimateScrubberButton({ bodyshop, jobid, job }) { } setLoading(false); }; - const isSGI = bodyshop?.ins_rule_set === "SGI"; + const buttonDisabled = job?.g_bett_amt == null; return buttonDisabled ? ( - ) : ( - );