diff --git a/src/components/RoadmapAIChat/UserProgressActionList.tsx b/src/components/RoadmapAIChat/UserProgressActionList.tsx index da80f55bd..00e583253 100644 --- a/src/components/RoadmapAIChat/UserProgressActionList.tsx +++ b/src/components/RoadmapAIChat/UserProgressActionList.tsx @@ -248,7 +248,6 @@ function ProgressItem(props: ProgressItemProps) { ); }, onMutate: () => { - pageProgressMessage.set('Updating progress'); }, onSuccess: () => { renderTopicProgress(topicId, action);