diff --git a/components/Tabs.js b/components/Tabs.js index 66012477..8df76cae 100644 --- a/components/Tabs.js +++ b/components/Tabs.js @@ -41,12 +41,14 @@ const Tabs = ({ children }) => { })} - {children.map((item, index) => { - return
- {item} -
- })} +
+ {children.map((item, index) => { + return
+ {item} +
+ })} +
}