From 8098834624ccb459e43d98cbcdc7ccb4c5c1347a Mon Sep 17 00:00:00 2001 From: aelassas Date: Tue, 16 Apr 2024 19:47:56 +0100 Subject: [PATCH] Update BookingList.tsx --- backend/src/components/BookingList.tsx | 1 - frontend/src/components/BookingList.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/backend/src/components/BookingList.tsx b/backend/src/components/BookingList.tsx index 30c0e1f1..7cd94125 100644 --- a/backend/src/components/BookingList.tsx +++ b/backend/src/components/BookingList.tsx @@ -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 diff --git a/frontend/src/components/BookingList.tsx b/frontend/src/components/BookingList.tsx index 6e1598ee..97de8508 100644 --- a/frontend/src/components/BookingList.tsx +++ b/frontend/src/components/BookingList.tsx @@ -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