Skip to content

Commit 40a10cf

Browse files
authored
Merge pull request #291 from imi21123/test
Docs: 줄바꿈 수정
2 parents 2a4dc68 + a85e36b commit 40a10cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/MyPage/MyPage.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function Mypage() {
9797
</div>
9898
</div>
9999

100-
<hr className="mypage_profile_line"/>
100+
<hr className="mypage_profile_line" />
101101

102102
<div className="mypage_profile_category_title">
103103
문의 및 알림
@@ -124,7 +124,7 @@ function Mypage() {
124124

125125
{isAuth && (
126126
<>
127-
<hr className="mypage_profile_line"/>
127+
<hr className="mypage_profile_line" />
128128
<div className="mypage_profile_category_manage">
129129
계정관리
130130
<div
@@ -151,6 +151,7 @@ function Mypage() {
151151
subtitle=""
152152
/>
153153
)}
154+
154155
{isBye && (
155156
<Modal
156157
setIsOpen={setIsBye}

0 commit comments

Comments
 (0)