Skip to content

Commit

Permalink
added last code
Browse files Browse the repository at this point in the history
  • Loading branch information
rubelux committed Oct 18, 2023
1 parent 0cc43f9 commit bd78bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const IndexPage = () => {

const arrangedSeasonListCapped = arrangedSeasonList?.slice(0, numberOfLoading)

console.log('numberOfLoading ', numberOfLoading)
console.log('arrangedSeasonListCapped ', arrangedSeasonListCapped)

const length = arrangedSeasonList?.length
Expand Down

0 comments on commit bd78bf7

Please sign in to comment.