From a9f91371de8dbb943ba5720c552f9b9137b4ef05 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 5 Jan 2022 10:16:20 +0800 Subject: [PATCH] =?UTF-8?q?Tabs=20=E9=98=B4=E5=BD=B1=E6=A0=B7=E5=BC=8F?= 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 0ce4a646..2655d48b 100644 --- a/components/Tabs.js +++ b/components/Tabs.js @@ -18,7 +18,7 @@ const Tabs = ({ children }) => { }) if (count === 1) { - return
+ return
{children}
}