1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-01 12:13:08 +00:00

Folder indexing

This commit is contained in:
Rokt33r
2015-10-20 00:55:18 +09:00
parent 0899cea4b4
commit 58381b8062
7 changed files with 88 additions and 37 deletions
-1
View File
@@ -15,7 +15,6 @@ 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