From 55e6619113b4554323913726a5671406648dd6b2 Mon Sep 17 00:00:00 2001 From: ShH Y <74806550+1208nn@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:38:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=8F=8D?= 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 acebf7e5..37766c24 100644 --- a/components/Tabs.js +++ b/components/Tabs.js @@ -17,7 +17,7 @@ const Tabs = ({ className, children }) => { return (
- {(validChildren.length === 1 && siteConfig('COMMENT_HIDE_SINGLE_TAB')) && ( + {!(validChildren.length === 1 && siteConfig('COMMENT_HIDE_SINGLE_TAB')) && (