From 442740ed318ebb294cf70057e326e385cd81608d Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 26 May 2025 18:08:25 +0100 Subject: [PATCH] UI changes for chat card --- src/components/RoadmapAIChat/UserProgressActionList.tsx | 1 - 1 file changed, 1 deletion(-) 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);