Skip to content

Commit 12018b9

Browse files
committed
feat: bookmark page에 이벤트 상세페이지 이동 연결
1 parent 5e53204 commit 12018b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/bookmark/ui/BookmarkPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const BookmarkPage = () => {
3131
eventDate={event.startDate}
3232
location={event.onlineType}
3333
hashtags={event.hashtags}
34+
onClick={() => navigate(`/event-details/${event.id}`)}
3435
/>
3536
))}
3637
</div>

0 commit comments

Comments
 (0)