mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
hotfix/gitbook
This commit is contained in:
@@ -31,9 +31,6 @@ const NavPostList = (props) => {
|
||||
groups.push({ category: categoryName, items: [] })
|
||||
}
|
||||
}
|
||||
|
||||
groups[groups.length - 1].items.push(item) // 将元素加入对应的分组
|
||||
|
||||
return groups
|
||||
}, [])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user