diff --git a/src/components/Dashboard/ProgressStack.tsx b/src/components/Dashboard/ProgressStack.tsx index 44bc18353..ce975112f 100644 --- a/src/components/Dashboard/ProgressStack.tsx +++ b/src/components/Dashboard/ProgressStack.tsx @@ -201,7 +201,7 @@ export function ProgressStack(props: ProgressStackProps) { emptyLinkHref={'/roadmaps'} emptyLinkText={'Explore Roadmaps'} > -
+
{userProgressesToShow.length > 0 && ( <> {userProgressesToShow.map((progress) => {