Skip to content

Commit

Permalink
refactor: 테스트 진입점 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeseungyun committed Apr 11, 2024
1 parent 46fc3e4 commit eb8db12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/page/MyShopPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export default function MyShopPage() {
<>
<div className={styles.mobileheader}>
<h1 className={styles.mobileheader__title}>가게정보</h1>
{shopData && <Link to={`/owner/event-add/${shopData.id}`}>이벤트 추가</Link>}
<Link to="/owner/add-menu">
<button
type="button"
Expand Down

0 comments on commit eb8db12

Please sign in to comment.