From a912a34f03d06dbeeb957226a4513d773e57a0e6 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 21 Dec 2022 00:08:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=85=B3=E9=97=ADpilltab=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=EF=BC=8C=E5=9B=A0=E4=B8=BA=E6=96=B0=E7=89=88=E7=9A=84?= =?UTF-8?q?antd=20Tabs=20=E8=A1=8C=E4=B8=BA=E5=8F=91=E7=94=9F=E4=BA=86?= =?UTF-8?q?=E6=94=B9=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/web/src/components/PillTabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web/src/components/PillTabs.tsx b/client/web/src/components/PillTabs.tsx index 2dbf05e6..dd9d2cfd 100644 --- a/client/web/src/components/PillTabs.tsx +++ b/client/web/src/components/PillTabs.tsx @@ -13,7 +13,7 @@ import './PillTabs.less'; */ export const PillTabs: React.FC = React.memo((props) => { return ( - + {props.children} );