Skip to content

Commit

Permalink
hotfix/gitbook
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Aug 15, 2023
1 parent b939538 commit cad975f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions themes/gitbook/components/NavPostList.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ const NavPostList = (props) => {
groups.push({ category: categoryName, items: [] })
}
}

groups[groups.length - 1].items.push(item) // 将元素加入对应的分组

return groups
}, [])

Expand Down

0 comments on commit cad975f

Please sign in to comment.