diff --git a/components/tabs/Tabs.js b/components/tabs/Tabs.js index ecb5dd0b..5acd1d33 100644 --- a/components/tabs/Tabs.js +++ b/components/tabs/Tabs.js @@ -52,7 +52,7 @@ const factory = (Tab, TabContent) => { if (item.type === Tab) { headers.push(item); if (item.props.children) { - contents.push(); + contents.push(); } } else if (item.type === TabContent) { contents.push(item);