mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-11 19:53:59 +02:00
Remove the "Feature" button from AI generated roadmaps
This commit is contained in:
@@ -13,7 +13,7 @@ export function ShowcaseStatus(props: ShowcaseStatusProps) {
|
|||||||
const { showcaseStatus } = currentRoadmap;
|
const { showcaseStatus } = currentRoadmap;
|
||||||
const [showSubmitWarning, setShowSubmitWarning] = useState(false);
|
const [showSubmitWarning, setShowSubmitWarning] = useState(false);
|
||||||
|
|
||||||
if (!currentRoadmap || showcaseStatus) {
|
if (!currentRoadmap || showcaseStatus || currentRoadmap.aiRoadmapId) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user