diff --git a/frontend/src/Photos/Overview.tsx b/frontend/src/Photos/Overview.tsx index 09b345f..b172882 100644 --- a/frontend/src/Photos/Overview.tsx +++ b/frontend/src/Photos/Overview.tsx @@ -52,7 +52,7 @@ export const OverviewComponent: React.FunctionComponent function onLoaderScroll(e: React.UIEvent) { if ( e.currentTarget.scrollTop + e.currentTarget.clientHeight >= - e.currentTarget.scrollHeight + e.currentTarget.scrollHeight - 100 ) { console.log(props.allPhotosLoaded, props.overviewFetching); if (!props.allPhotosLoaded && !props.overviewFetching) {