diff --git a/src/components/CustomRoadmap/Showcase/ShowcaseStatus.tsx b/src/components/CustomRoadmap/Showcase/ShowcaseStatus.tsx index cfb84837b..cd4005d15 100644 --- a/src/components/CustomRoadmap/Showcase/ShowcaseStatus.tsx +++ b/src/components/CustomRoadmap/Showcase/ShowcaseStatus.tsx @@ -13,7 +13,7 @@ export function ShowcaseStatus(props: ShowcaseStatusProps) { const { showcaseStatus } = currentRoadmap; const [showSubmitWarning, setShowSubmitWarning] = useState(false); - if (!currentRoadmap || showcaseStatus) { + if (!currentRoadmap || showcaseStatus || currentRoadmap.aiRoadmapId) { return null; }