From 7cc79f31c3a0fd111081255bb0f71eb2b00072c4 Mon Sep 17 00:00:00 2001 From: Mahen Date: Fri, 20 Mar 2026 17:06:54 +0700 Subject: [PATCH] style: change progress bar layout & hide analysis button --- src/components/dashboards/AnalysisClient.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/dashboards/AnalysisClient.tsx b/src/components/dashboards/AnalysisClient.tsx index 3648066..f90d381 100644 --- a/src/components/dashboards/AnalysisClient.tsx +++ b/src/components/dashboards/AnalysisClient.tsx @@ -19,7 +19,7 @@ export default function AnalysisClient() { handleSubmit, onSubmit, setShowField, - handleCancel + handleCancel, } = useAnalyseText(); return ( @@ -169,14 +169,14 @@ export default function AnalysisClient() { {loading && ( -
+
{progress.status} {progress.percent}%
@@ -197,7 +197,7 @@ export default function AnalysisClient() { )}