From 5f941a0204e2f362cc3dff3fc7f20f82a339bfdc Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 28 Mar 2022 15:33:07 +0800 Subject: [PATCH] =?UTF-8?q?Tabs=20=E7=BB=84=E4=BB=B6=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Tabs.js b/components/Tabs.js index a6a9b1d9..f3b0477a 100644 --- a/components/Tabs.js +++ b/components/Tabs.js @@ -35,7 +35,7 @@ const Tabs = ({ className, children }) => { setCurrentTab(i) } - return
+ return
    {children.map((item, index) => { return