We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a4dc68 + a85e36b commit 40a10cfCopy full SHA for 40a10cf
src/pages/MyPage/MyPage.jsx
@@ -97,7 +97,7 @@ function Mypage() {
97
</div>
98
99
100
- <hr className="mypage_profile_line"/>
+ <hr className="mypage_profile_line" />
101
102
<div className="mypage_profile_category_title">
103
문의 및 알림
@@ -124,7 +124,7 @@ function Mypage() {
124
125
{isAuth && (
126
<>
127
128
<div className="mypage_profile_category_manage">
129
계정관리
130
<div
@@ -151,6 +151,7 @@ function Mypage() {
151
subtitle=""
152
/>
153
)}
154
+
155
{isBye && (
156
<Modal
157
setIsOpen={setIsBye}
0 commit comments