From 798ac4d4e582606b06b1e1993fb951edacd66c74 Mon Sep 17 00:00:00 2001 From: GuDoYoon Date: Fri, 20 Dec 2024 17:43:45 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20BugFix(#92):=20=ED=94=84?= =?UTF-8?q?=EB=A1=AD=EC=8A=A4=20=EC=A0=84=EB=8B=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/profile/Profile.tsx | 2 +- src/pages/store/Store.tsx | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/profile/Profile.tsx b/src/pages/profile/Profile.tsx index 2767c63..c74d7bd 100644 --- a/src/pages/profile/Profile.tsx +++ b/src/pages/profile/Profile.tsx @@ -55,7 +55,7 @@ export default function Profile() {
- + 유저 이름 2024.10.01
diff --git a/src/pages/store/Store.tsx b/src/pages/store/Store.tsx index 6fd5579..f2d8d2d 100644 --- a/src/pages/store/Store.tsx +++ b/src/pages/store/Store.tsx @@ -51,7 +51,11 @@ export default function Store() { 내가 구매한 아이템 초기화 - {itemQuery === 'profile' ? : } + {itemQuery === 'profile' ? ( + + ) : ( + + )}