From 1616be58dc0e719d3b40c1c2cdc22cf87d7b541e Mon Sep 17 00:00:00 2001 From: yoonyesol Date: Thu, 4 Jul 2024 03:30:18 +0900 Subject: [PATCH] =?UTF-8?q?UI:=20#5=20=EB=A1=9C=EC=A7=81=EC=97=90=20?= =?UTF-8?q?=EB=94=B0=EB=A5=B8=20=EC=95=84=EC=9D=B4=EC=BD=98=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/ValidationInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/ValidationInput.tsx b/src/components/common/ValidationInput.tsx index 88ee68c9..fed25c04 100644 --- a/src/components/common/ValidationInput.tsx +++ b/src/components/common/ValidationInput.tsx @@ -87,9 +87,9 @@ export default function ValidationInput({ {type === 'password' && (
{showPassword ? ( - - ) : ( + ) : ( + )}
)}