Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
soyesenna committed Jun 21, 2024
1 parent 605ebd7 commit 15d2643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/src/components/global/nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const Nav = () => {
>
{isLoggedIn ? (
<>
<div className={styles.navMenuItem} onClick={goToBookings}>내 예약</div>
{/* <div className={styles.navMenuItem} onClick={goToBookings}>내 예약</div> */}
<div className={styles.navMenuItem}>예약 취소</div>
<div className={styles.navMenuItem}>위시리스트</div>
<div className={styles.navMenuItem} onClick={handleLogout}>
Expand Down

0 comments on commit 15d2643

Please sign in to comment.