mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fix build env
This commit is contained in:
@@ -15,6 +15,7 @@ export default class ArticleList extends React.Component {
|
||||
|
||||
render () {
|
||||
let { articles, activeArticle } = this.props
|
||||
console.log(articles)
|
||||
|
||||
let articlesEl = articles.map(article => {
|
||||
let tags = Array.isArray(article.Tags) && article.Tags.length > 0
|
||||
|
||||
Reference in New Issue
Block a user