diff --git a/src/components/PersonalizedRoadmap/PersonalizedRoadmap.tsx b/src/components/PersonalizedRoadmap/PersonalizedRoadmap.tsx index 25a50da5c..9c9345e4b 100644 --- a/src/components/PersonalizedRoadmap/PersonalizedRoadmap.tsx +++ b/src/components/PersonalizedRoadmap/PersonalizedRoadmap.tsx @@ -104,6 +104,11 @@ export function PersonalizedRoadmap(props: PersonalizedRoadmapProps) { onStart: () => { setIsModalOpen(false); }, + onError: (error) => { + for (const nodeId of allPendingNodeIds) { + renderTopicProgress(nodeId, 'pending'); + } + }, onData: (data) => { const { topicIds } = data; topicIds.forEach((topicId) => { diff --git a/src/components/SQLCourse/AuthorCredentials.tsx b/src/components/SQLCourse/AuthorCredentials.tsx index 3eeec0aa3..9987313ba 100644 --- a/src/components/SQLCourse/AuthorCredentials.tsx +++ b/src/components/SQLCourse/AuthorCredentials.tsx @@ -1,12 +1,11 @@ -import { Award } from 'lucide-react'; export function AuthorCredentials() { return (