Skip to content

Commit cad975f

Browse files
committed
hotfix/gitbook
1 parent b939538 commit cad975f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

themes/gitbook/components/NavPostList.js

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ const NavPostList = (props) => {
3131
groups.push({ category: categoryName, items: [] })
3232
}
3333
}
34-
35-
groups[groups.length - 1].items.push(item) // 将元素加入对应的分组
36-
3734
return groups
3835
}, [])
3936

0 commit comments

Comments
 (0)