hotfix/gitbook

This commit is contained in:
tangly1024.com
2023-08-15 12:57:56 +08:00
parent b9395389bd
commit cad975f812

View File

@@ -31,9 +31,6 @@ const NavPostList = (props) => {
groups.push({ category: categoryName, items: [] })
}
}
groups[groups.length - 1].items.push(item) // 将元素加入对应的分组
return groups
}, [])