diff --git a/src/components/GenerateCourse/AICourse.tsx b/src/components/GenerateCourse/AICourse.tsx index 3c31fabe8..ccbd23a65 100644 --- a/src/components/GenerateCourse/AICourse.tsx +++ b/src/components/GenerateCourse/AICourse.tsx @@ -82,8 +82,8 @@ export function AICourse(props: AICourseProps) { {isUpgradeModalOpen && ( setIsUpgradeModalOpen(false)} /> )} - {!isPaidUser && isLoggedIn() && ( -
+ {!isPaidUser && !isPaidUserLoading && isLoggedIn() && ( +
You are on the free plan