Skip to content

Commit

Permalink
Update BookingList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Oct 14, 2023
1 parent c8f98fc commit 06ae6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/BookingList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function BookingList({

if (companies && statuses) {
setLoading(true)
console.log('fetch')

const payload: bookcarsTypes.GetBookingsPayload = {
companies,
statuses,
Expand Down

0 comments on commit 06ae6ee

Please sign in to comment.