From 8fe519af73efc878b7d3a3759e4122955f84781f Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 21 Apr 2025 00:06:59 +0800 Subject: [PATCH] . --- components/sidebar/sidebar-switch-item.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/sidebar/sidebar-switch-item.tsx b/components/sidebar/sidebar-switch-item.tsx index 6f2f672..455c782 100644 --- a/components/sidebar/sidebar-switch-item.tsx +++ b/components/sidebar/sidebar-switch-item.tsx @@ -18,10 +18,10 @@ export const SidebarSwitchItem: FC = ({ const { t } = useTranslation() return ( {contentType[0].toUpperCase() + contentType.substring(1)} - {
{t(`contentType.${contentType}`)}
} - } + // display={ + //
{contentType[0].toUpperCase() + contentType.substring(1)}
+ // } + display={
{t(`contentType.${contentType}`)}
} trigger={