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");