diff --git a/components/Tabs.js b/components/Tabs.js index 0ce4a646..2655d48b 100644 --- a/components/Tabs.js +++ b/components/Tabs.js @@ -18,7 +18,7 @@ const Tabs = ({ children }) => { }) if (count === 1) { - return
+ return
{children}
}