chore: remove debugger

This commit is contained in:
Camila Sosa Morales 2023-05-11 11:39:09 -03:00
parent ca185c0f36
commit afba5e4d61
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ export const AccessPointsListFragment: React.FC = () => {
}, []);
useWindowScrollEnd(() => {
// debugger;
if (isLoading || endReached || queryError) return;
setPageNumber(pageNumber + 1);
});