diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d365a603..a491be9b 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -31,6 +31,7 @@ const IndexPage = () => { const arrangedSeasonListCapped = arrangedSeasonList?.slice(0, numberOfLoading) + console.log('numberOfLoading ', numberOfLoading) console.log('arrangedSeasonListCapped ', arrangedSeasonListCapped) const length = arrangedSeasonList?.length