Skip to content

Commit 7f6068b

Browse files
committed
refact: 내티켓 online 추가
1 parent 03dd3b9 commit 7f6068b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/menu/ui/MyTicketPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ const MyTicketPage = () => {
133133
host={ticket.event.hostChannelName}
134134
eventDate={ticket.event.startDate}
135135
location={ticket.event.address}
136+
onlineType={ticket.event.onlineType}
136137
hashtags={ticket.event.hashtags}
137138
status={ticket.event.status}
138139
onClick={() => handleEventCardClick(ticket)}

0 commit comments

Comments
 (0)