Skip to content

Commit

Permalink
🔥 Fjernet comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Dec 6, 2023
1 parent f09a5c0 commit b105103
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ function ArticleList({ articles }: GpArticleListT) {

const atEnd = data && data[data.length - 1]?.length < 3;

console.log({
data,
atEnd,
concat: [].concat(
...(atEnd || data.length === 1 ? data : data.toSpliced(-1))
),
});
return (
<>
<ArticleGrid
Expand Down

0 comments on commit b105103

Please sign in to comment.