diff --git a/src/photo/form/PhotoForm.tsx b/src/photo/form/PhotoForm.tsx index e180b6e2..257c90ac 100644 --- a/src/photo/form/PhotoForm.tsx +++ b/src/photo/form/PhotoForm.tsx @@ -215,7 +215,12 @@ export default function PhotoForm({ hideIfEmpty?: boolean, shouldHide?: (formData: Partial) => boolean, ) => { - if (key === 'blurData' && type === 'create' && !shouldDebugBlur) { + if ( + key === 'blurData' && + type === 'create' && + !BLUR_ENABLED && + !shouldDebugBlur + ) { return true; } else { return (