diff --git a/src/components/HeroSection/FavoriteRoadmaps.tsx b/src/components/HeroSection/FavoriteRoadmaps.tsx index 454602b4e..2d1181142 100644 --- a/src/components/HeroSection/FavoriteRoadmaps.tsx +++ b/src/components/HeroSection/FavoriteRoadmaps.tsx @@ -1,7 +1,7 @@ import { useEffect, useState } from 'react'; import { EmptyProgress } from './EmptyProgress'; import { httpGet } from '../../lib/http'; -import { HeroRoadmaps } from './HeroRoadmaps.tsx'; +import { HeroRoadmaps } from './HeroRoadmaps'; import {isLoggedIn} from "../../lib/jwt"; export type UserProgressResponse = { @@ -122,7 +122,7 @@ export function FavoriteRoadmaps() {
{!isLoading && progress.length == 0 && } {progress.length > 0 && ( - + )}