We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dd3b9 commit 7f6068bCopy full SHA for 7f6068b
1 file changed
src/pages/menu/ui/MyTicketPage.tsx
@@ -133,6 +133,7 @@ const MyTicketPage = () => {
133
host={ticket.event.hostChannelName}
134
eventDate={ticket.event.startDate}
135
location={ticket.event.address}
136
+ onlineType={ticket.event.onlineType}
137
hashtags={ticket.event.hashtags}
138
status={ticket.event.status}
139
onClick={() => handleEventCardClick(ticket)}
0 commit comments