From 106e2883239d329f25e8997047185fabfd337075 Mon Sep 17 00:00:00 2001 From: Jieun Lee <99737532+ijieun@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:24:37 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=83=80=EC=9D=B4=EB=A8=B8=20=EC=A2=85?= =?UTF-8?q?=EB=A3=8C=EB=90=98=EB=A9=B4=20=EC=9E=85=EB=A0=A5=20=ED=95=84?= =?UTF-8?q?=EB=93=9C=20=EC=B4=88=EA=B8=B0=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Step\353\262\210\355\230\270\354\236\205\353\240\245.tsx" | 1 + 1 file changed, 1 insertion(+) diff --git "a/src/pages/onboarding/components/commonOnboarding/Step\353\262\210\355\230\270\354\236\205\353\240\245.tsx" "b/src/pages/onboarding/components/commonOnboarding/Step\353\262\210\355\230\270\354\236\205\353\240\245.tsx" index 4a207da4..d72c1e6e 100644 --- "a/src/pages/onboarding/components/commonOnboarding/Step\353\262\210\355\230\270\354\236\205\353\240\245.tsx" +++ "b/src/pages/onboarding/components/commonOnboarding/Step\353\262\210\355\230\270\354\236\205\353\240\245.tsx" @@ -61,6 +61,7 @@ const Step번호입력 = () => { if (prevTime <= 1000) { clearInterval(id); setIsActive(false); + setVerificationCode(''); return 0; } return prevTime - 1000;