Skip to content

Commit

Permalink
Update BookingList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 16, 2024
1 parent 2493fb1 commit 8098834
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/src/components/BookingList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ const BookingList = ({
}, [paginationModel])

const fetchData = async (_page: number, _user?: movininTypes.User) => {
console.log('fetch')
try {
const _pageSize = env.isMobile() ? env.BOOKINGS_MOBILE_PAGE_SIZE : pageSize

Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/BookingList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ const BookingList = ({
}, [paginationModel])

const fetchData = async (_page: number, _user?: movininTypes.User) => {
console.log('fetch')
try {
const _pageSize = env.isMobile() ? env.BOOKINGS_MOBILE_PAGE_SIZE : pageSize

Expand Down

0 comments on commit 8098834

Please sign in to comment.