From 037acd95c76c78303dae5846d5782551a30cf8b1 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sun, 8 Mar 2026 00:39:05 +0530 Subject: [PATCH] fix: Correct eye icon display logic for password and contact information visibility toggles. --- src/components/profile/ContactInfo.tsx | 4 ++-- src/components/settings/PasswordSecurityForm.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/profile/ContactInfo.tsx b/src/components/profile/ContactInfo.tsx index 40a00b8..1a4ba03 100644 --- a/src/components/profile/ContactInfo.tsx +++ b/src/components/profile/ContactInfo.tsx @@ -39,7 +39,7 @@ export function ContactInfo({ email, phone }: ContactInfoProps) { onClick={() => setShowEmail(!showEmail)} > {showEmail setShowPhone(!showPhone)} > {showPhone {showPasswords.current {showPasswords.new