diff --git a/frontend/src/components/rec-resource/RecResourcePage.tsx b/frontend/src/components/rec-resource/RecResourcePage.tsx index 757cc358..48b403f5 100644 --- a/frontend/src/components/rec-resource/RecResourcePage.tsx +++ b/frontend/src/components/rec-resource/RecResourcePage.tsx @@ -94,7 +94,7 @@ const RecResourcePage = () => { const isThingsToDo = recreation_activity && recreation_activity.length > 0; const isPhotoGallery = photosExample.length > 0; - const isClosures = statusComment && formattedName && statusCode === 2; + const isClosures = statusComment && formattedName && statusCode === '02'; const sectionRefs: React.RefObject[] = useMemo( () =>