mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-20 15:09:40 +00:00
fix. 评论插件;fukasawa广告组件
This commit is contained in:
@@ -12,7 +12,7 @@ const Tabs = ({ className, children }) => {
|
||||
return <></>
|
||||
}
|
||||
|
||||
children = children.filter(c => c !== '')
|
||||
children = children.filter(c => c && c !== '')
|
||||
|
||||
let count = 0
|
||||
children.forEach(e => {
|
||||
|
||||
Reference in New Issue
Block a user