diff --git a/web/app/components/plugins/plugin-item/index.tsx b/web/app/components/plugins/plugin-item/index.tsx index 3dd520d39a..0c74f90a1b 100644 --- a/web/app/components/plugins/plugin-item/index.tsx +++ b/web/app/components/plugins/plugin-item/index.tsx @@ -130,11 +130,15 @@ const PluginItem: FC = ({ packageName={name} packageNameClassName='w-auto max-w-[150px]' /> -
·
-
- - {t('plugin.endpointsEnabled', { num: endpoints_active })} -
+ {category === PluginType.extension && ( + <> +
·
+
+ + {t('plugin.endpointsEnabled', { num: endpoints_active })} +
+ + )}
@@ -154,7 +158,7 @@ const PluginItem: FC = ({ && <>
{t('plugin.from')} marketplace
- +
}