Remove the "Feature" button from AI generated roadmaps

pull/7810/head
Kamran Ahmed 3 days ago
parent 18f77a01f8
commit 7ba2d22463
  1. 2
      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;
}

Loading…
Cancel
Save