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 ? ( - ) : ( - );