mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
修复无评论插件时keys的空白
This commit is contained in:
@@ -37,7 +37,7 @@ const Tabs = ({ className, children }) => {
|
||||
onClick={() => {
|
||||
tabClickHandle(index)
|
||||
}}>
|
||||
{item?.key || 'undefined_key'}
|
||||
{item?.key}
|
||||
</li>
|
||||
})}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user