fix. 评论插件;fukasawa广告组件

This commit is contained in:
tangly1024
2023-11-11 23:12:44 +08:00
parent 1965fff2f8
commit 2ebd3fdaa3
4 changed files with 52 additions and 37 deletions

View File

@@ -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 => {