From 1ebb0d1214f7278d837d09b13b28b3eed337c2f8 Mon Sep 17 00:00:00 2001 From: Chris Rai Date: Fri, 26 May 2023 10:51:17 -0400 Subject: [PATCH] debug mask --- src/components/Cars/Update/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Cars/Update/index.jsx b/src/components/Cars/Update/index.jsx index cdbf11d..b1a8606 100644 --- a/src/components/Cars/Update/index.jsx +++ b/src/components/Cars/Update/index.jsx @@ -49,7 +49,7 @@ const MainForm = () => { const debugMaskEl = useRef(null); const ENV = process.env.REACT_APP_ENV; - const showDebugMask = (ENV === 'local' || ENV === 'dev' || ENV === 'stg' || ENV === 'prd') + const showDebugMask = (ENV === 'local' || ENV === 'dev' || ENV === 'stg' || ENV === 'prd' || ENV === 'cec-prd' || ENV === 'cec-euprd') useEffect(() => { setTitle("Update Vehicle");