From 782c08f9281795976836a8c1eca81d0231c2c9dc Mon Sep 17 00:00:00 2001 From: iOdiO89 <117376841+iOdiO89@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:11:50 +0900 Subject: [PATCH 1/8] =?UTF-8?q?fix:=20=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EB=92=A4=EB=A1=9C=20=EA=B0=80=EA=B8=B0=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/HeadFunction.tsx | 4 ++-- pages/mypage/profile.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/HeadFunction.tsx b/components/HeadFunction.tsx index 4f91c3e..c727709 100644 --- a/components/HeadFunction.tsx +++ b/components/HeadFunction.tsx @@ -24,9 +24,9 @@ export default function HeadFunction({
router.back : null} > - + {leftIcon && }
{title}
diff --git a/pages/mypage/profile.tsx b/pages/mypage/profile.tsx index 5d35da4..b4a9467 100644 --- a/pages/mypage/profile.tsx +++ b/pages/mypage/profile.tsx @@ -11,7 +11,7 @@ const Profile: NextPage = () => { return ( - +
From b7b8feaf75be4182ac19cd8ed5b51201bf0f660f Mon Sep 17 00:00:00 2001 From: iOdiO89 <117376841+iOdiO89@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:12:19 +0900 Subject: [PATCH 2/8] =?UTF-8?q?fix:=20=EC=9D=BC=EB=B0=98=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EB=9D=BC=EC=9A=B0=ED=8C=85=20=EC=A3=BC=EC=84=9D?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mypage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/mypage/index.tsx b/pages/mypage/index.tsx index 299810a..9a82402 100644 --- a/pages/mypage/index.tsx +++ b/pages/mypage/index.tsx @@ -37,7 +37,7 @@ const MyPage: NextPage = () => {
router.push("/mypage/setting")} + // onClick={() => router.push("/mypage/setting")} > 일반 설정
From 3aaeab2b906f855ed0ee0d579a3ac954d7e9a2d6 Mon Sep 17 00:00:00 2001 From: iOdiO89 <117376841+iOdiO89@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:14:44 +0900 Subject: [PATCH 3/8] =?UTF-8?q?chore:=20=ED=99=88=20=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index f729a02..3dac6e5 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -19,10 +19,6 @@ const Home: NextPage = () => { }); }; - //isAdmin - const isAdmin = useAtomValue(isAdminAtom); - console.log("atom: ", isAdmin); - return ( From b55578ba8b9a6d33877790c4db7a5c77443c9ed3 Mon Sep 17 00:00:00 2001 From: iOdiO89 <117376841+iOdiO89@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:17:59 +0900 Subject: [PATCH 4/8] =?UTF-8?q?fix:=20HeadFunction=20=EB=92=A4=EB=A1=9C?= =?UTF-8?q?=EA=B0=80=EA=B8=B0=20=EB=B2=84=ED=8A=BC=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/HeadFunction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/HeadFunction.tsx b/components/HeadFunction.tsx index c727709..47f07e3 100644 --- a/components/HeadFunction.tsx +++ b/components/HeadFunction.tsx @@ -24,7 +24,7 @@ export default function HeadFunction({
router.back : null} + onClick={leftIcon ? () => router.back() : null} > {leftIcon && }
From e6d1216340dfbd4eb172c3e936b88aef1d9c6fe2 Mon Sep 17 00:00:00 2001 From: iOdiO89 <117376841+iOdiO89@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:18:16 +0900 Subject: [PATCH 5/8] =?UTF-8?q?fix:=20=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD=20=ED=8E=98=EC=9D=B4=EC=A7=80=20console.l?= =?UTF-8?q?og=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mypage/password/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/mypage/password/index.tsx b/pages/mypage/password/index.tsx index 63cb278..1410058 100644 --- a/pages/mypage/password/index.tsx +++ b/pages/mypage/password/index.tsx @@ -45,12 +45,10 @@ const Password: NextPage = () => { }; const checkNewPwError = () => { if (newPw.length === 0) { - console.log(1); setNewPwError({ status: false, text: "" }); return; } if (newPw === password) { - console.log(2); setNewPwError({ status: true, text: "기존 비밀번호와 동일합니다" }); return; } From 5cdc9734b268eb92b16e65ac30386f07bc99f5fe Mon Sep 17 00:00:00 2001 From: iOdiO89 <117376841+iOdiO89@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:19:32 +0900 Subject: [PATCH 6/8] =?UTF-8?q?fix:=20=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EB=B2=84=ED=8A=BC=20=EB=AC=B8=EA=B5=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mypage/password/index.tsx | 4 ++-- pages/mypage/quit.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/mypage/password/index.tsx b/pages/mypage/password/index.tsx index 1410058..8800af9 100644 --- a/pages/mypage/password/index.tsx +++ b/pages/mypage/password/index.tsx @@ -96,7 +96,7 @@ const Password: NextPage = () => { return (
- + { : "bg-main-color text-white" }`} onClick={changePassword} - text="새 비밀번호 저장" + text="변경하기" />
diff --git a/pages/mypage/quit.tsx b/pages/mypage/quit.tsx index 76fc17d..0bd56a4 100644 --- a/pages/mypage/quit.tsx +++ b/pages/mypage/quit.tsx @@ -40,7 +40,7 @@ const QuitAccount: NextPage = () => { errorText={pwError.text} />