diff --git a/src/components/CustomRoadmap/RoadmapListPage.tsx b/src/components/CustomRoadmap/RoadmapListPage.tsx index cbf651f4f..180afc1c8 100644 --- a/src/components/CustomRoadmap/RoadmapListPage.tsx +++ b/src/components/CustomRoadmap/RoadmapListPage.tsx @@ -86,7 +86,7 @@ export function RoadmapListPage() { } const totalRoadmaps = allRoadmaps.personalRoadmaps.length; - const hasCrossedLimit = totalRoadmaps >= 3; + const hasCrossedLimit = !isPaidUser && totalRoadmaps >= 3; return (
You have reached the limit of 3 roadmaps.{' '}