diff --git a/pages/community-units/[id].js b/pages/community-units/[id].js index bcff285..c936e63 100644 --- a/pages/community-units/[id].js +++ b/pages/community-units/[id].js @@ -193,7 +193,7 @@ function EditCommunityUnit(props){ groupID == 11 || groupID == 1) && ( - props?.cu?.is_approved == null || + (props?.cu?.is_approved === null || props?.cu?.is_approved === false) || props?.cu?.has_edits ) &&