Skip to content

Commit

Permalink
(Team-Coverflow#329)chore: 상점 페이지 접근 가능한 경로 제거했습니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJayleee committed May 14, 2024
1 parent dafd925 commit 18e4292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ui/header/userInfoHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ function UserInfoHeader() {
if (menu === '마이페이지') {
navigate('/mypage');
} else if (menu === '상점') {
navigate('/store');
// navigate('/store');
showErrorToast("준비중인 페이지입니다.")
// } else if (menu === '메인') {
// navigate('/');
} else if (menu === '로그아웃') {
Expand Down

0 comments on commit 18e4292

Please sign in to comment.