Skip to content

Commit

Permalink
Fix BookingList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Aug 25, 2024
1 parent 0304f6f commit a9b39b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/components/BookingList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const BookingList = ({

navigation.dispatch((state) => {
const { routes } = state
const index = routes.findIndex((r) => r.name === 'Cars')
const index = routes.findIndex((r) => r.name === 'Bookings')
routes.splice(index, 1)
const now = Date.now()
routes.push({
Expand Down

0 comments on commit a9b39b4

Please sign in to comment.