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={