From 87df02d0425bdd9614544920506f71cc8540fd55 Mon Sep 17 00:00:00 2001 From: "j._.jinoo" Date: Tue, 18 Jun 2024 22:17:16 +0900 Subject: [PATCH 1/9] =?UTF-8?q?feat=20:=20=EC=83=88=EB=A1=9C=EA=B3=A0?= =?UTF-8?q?=EC=B9=A8=20=EA=B8=B0=EB=8A=A5=20=EC=9E=84=EC=8B=9C=EB=A1=9C=20?= =?UTF-8?q?=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/Header.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/Header.tsx b/src/app/components/Header.tsx index b4a923f..a81af64 100644 --- a/src/app/components/Header.tsx +++ b/src/app/components/Header.tsx @@ -27,9 +27,9 @@ function Header() { // 토큰이 있는데 401 에러가 발생하면 새로고침 if (isError && getCookie('accessToken')) { - setTimeout(() => { - window.location.reload(); - }, 100); + // setTimeout(() => { + // window.location.reload(); + // }, 100); } if (ignorePath().includes(path)) { From eeae2e0ff6f12103cf7a68b85c17550208a6c310 Mon Sep 17 00:00:00 2001 From: "j._.jinoo" Date: Tue, 18 Jun 2024 22:22:28 +0900 Subject: [PATCH 2/9] =?UTF-8?q?feat=20:=20=EC=B9=B4=ED=85=8C=EA=B3=A0?= =?UTF-8?q?=EB=A6=AC=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=9D=B4=EB=8F=99=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 --- src/app/components/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/Header.tsx b/src/app/components/Header.tsx index a81af64..ae05f85 100644 --- a/src/app/components/Header.tsx +++ b/src/app/components/Header.tsx @@ -145,7 +145,7 @@ function Header() { {category.category_name.map((item: string, index: number) => ( setOpenMenu(false)} > From 8dbf29f78850b102f9ca99b7ad1d0455617d4968 Mon Sep 17 00:00:00 2001 From: "j._.jinoo" Date: Tue, 18 Jun 2024 22:35:57 +0900 Subject: [PATCH 3/9] =?UTF-8?q?design=20:=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=AA=A8=EC=9E=84=20=EC=A0=95?= =?UTF-8?q?=EB=A0=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/account/[userIdParam]/page.tsx | 2 +- src/app/layout.tsx | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/account/[userIdParam]/page.tsx b/src/app/account/[userIdParam]/page.tsx index 888b596..0025a41 100644 --- a/src/app/account/[userIdParam]/page.tsx +++ b/src/app/account/[userIdParam]/page.tsx @@ -7,7 +7,7 @@ function Account(props: any) { const userId = Number(decodeURIComponent(props.params.userIdParam)); return ( -
+
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fd11d16..4be9f62 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -31,9 +31,7 @@ export default function RootLayout({ 로딩중인데요?ㅋㅋ
}>
-
- {children} -
+
{children}