Skip to content

Commit

Permalink
Support rerouting to different event
Browse files Browse the repository at this point in the history
  • Loading branch information
hariombalhara committed Oct 14, 2024
1 parent 9c16054 commit 30751c8
Show file tree
Hide file tree
Showing 13 changed files with 228 additions and 114 deletions.
2 changes: 1 addition & 1 deletion apps/web/components/booking/BookingListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function BookingListItem(booking: BookingItemProps) {
onClick: () => {
setRerouteDialogIsOpen(true);
},
icon: "pencil" as const,
icon: "waypoints" as const,
},
]
: []),
Expand Down
Loading

0 comments on commit 30751c8

Please sign in to comment.