Skip to content

Commit 41ffdf7

Browse files
authored
Merge pull request #771 from trycompai/mariano/comp-1242-fix-revalidation-3
[dev] [Marfuen] mariano/comp-1242-fix-revalidation-3
2 parents cef5406 + c8da678 commit 41ffdf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/app/src/app/[locale]/(app)/(dashboard)/[orgId]/components/OnboardingTracker.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ export const OnboardingTracker = ({
242242
}
243243
};
244244

245+
if (run?.status === "COMPLETED") {
246+
return null;
247+
}
248+
245249
return (
246250
<Card className="w-full overflow-hidden rounded-none border-x-0 border-t-0">
247251
<CardContent className="flex flex-col items-center justify-center bg-background">

0 commit comments

Comments
 (0)