From a106c5d6c15690b70bb5f7ad3ecb59dd56fdee8d Mon Sep 17 00:00:00 2001 From: Mahen Date: Sat, 28 Mar 2026 19:39:42 +0700 Subject: [PATCH] =?UTF-8?q?style:=20change=20the=20appearance=20of=20the?= =?UTF-8?q?=20=E2=80=9CHide=20Input=E2=80=9D=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dashboards/AnalysisClient.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/components/dashboards/AnalysisClient.tsx b/src/components/dashboards/AnalysisClient.tsx index 4689668..6c5bddb 100644 --- a/src/components/dashboards/AnalysisClient.tsx +++ b/src/components/dashboards/AnalysisClient.tsx @@ -41,14 +41,16 @@ export default function AnalysisClient() { {...item.title} /> - + {index === visibleFields - 1 && ( + + )} ));