Skip to content

Commit

Permalink
Simplify things
Browse files Browse the repository at this point in the history
  • Loading branch information
hariombalhara committed Oct 14, 2024
1 parent f0c6e94 commit 9c16054
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 80 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 @@ -228,7 +228,7 @@ function BookingListItem(booking: BookingItemProps) {
? [
{
id: "reroute",
label: t("re-route"),
label: t("reroute"),
onClick: () => {
setRerouteDialogIsOpen(true);
},
Expand Down
Loading

0 comments on commit 9c16054

Please sign in to comment.