Skip to content

Commit

Permalink
feat: 북마크 예외처리
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Oct 23, 2024
1 parent 162353b commit 7ff4b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mypage/bookmark/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const BookmarkPage = async ({
totalPages={productBookmarkData?.totalPages}
/>
) : (
<div>Error loading bookmarks</div>
<div>현재 북마크 하신 상품이 없습니다</div>
)}
</div>
);
Expand Down

0 comments on commit 7ff4b68

Please sign in to comment.