Skip to content

Commit

Permalink
Merge pull request #291 from imi21123/test
Browse files Browse the repository at this point in the history
Docs: 줄바꿈 수정
  • Loading branch information
imi21123 authored Mar 30, 2024
2 parents 2a4dc68 + a85e36b commit 40a10cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/MyPage/MyPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function Mypage() {
</div>
</div>

<hr className="mypage_profile_line"/>
<hr className="mypage_profile_line" />

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

{isAuth && (
<>
<hr className="mypage_profile_line"/>
<hr className="mypage_profile_line" />
<div className="mypage_profile_category_manage">
계정관리
<div
Expand All @@ -151,6 +151,7 @@ function Mypage() {
subtitle=""
/>
)}

{isBye && (
<Modal
setIsOpen={setIsBye}
Expand Down

0 comments on commit 40a10cf

Please sign in to comment.