Skip to content

Commit

Permalink
Update ArticleSeriesList.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Litalino committed Dec 12, 2023
1 parent cbfd071 commit 586c595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/forum/components/ArticleSeriesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class ArticleSeriesList extends Component {

//const articles = articleSeries.articles();
const get_articles = articleSeries.articles();
console.log(get_articles);
//console.log(get_articles);

//this.articles_randomSeries = get_articles.subList(0, 5);
//console.log(this.articles_randomSeries);
Expand Down

0 comments on commit 586c595

Please sign in to comment.