diff --git a/web/app/components/plugins/plugin-page/plugins-panel.tsx b/web/app/components/plugins/plugin-page/plugins-panel.tsx
index 768af9d706..8dbbf8eaa5 100644
--- a/web/app/components/plugins/plugin-page/plugins-panel.tsx
+++ b/web/app/components/plugins/plugin-page/plugins-panel.tsx
@@ -44,16 +44,14 @@ const PluginsPanel = () => {
- {false && (
- {
- setCurrentPluginDetail(undefined)
- setCurrentEndpoints([])
- }}
- />
- )}
+ {
+ setCurrentPluginDetail(undefined)
+ setCurrentEndpoints([])
+ }}
+ />
>
)
}
diff --git a/web/app/components/plugins/provider-card.tsx b/web/app/components/plugins/provider-card.tsx
index 15b78acd82..2a6ab0f132 100644
--- a/web/app/components/plugins/provider-card.tsx
+++ b/web/app/components/plugins/provider-card.tsx
@@ -2,7 +2,7 @@
import React from 'react'
import type { FC } from 'react'
import { useTranslation } from 'react-i18next'
-import { RiArrowRightUpLine, RiVerifiedBadgeLine } from '@remixicon/react'
+import { RiArrowRightUpLine } from '@remixicon/react'
import Badge from '../base/badge'
import type { Plugin } from './types'
import Description from './card/base/description'
@@ -35,7 +35,7 @@ const ProviderCard: FC = ({