diff --git a/web/app/components/plugins/install-model-item.tsx b/web/app/components/plugins/install-model-item.tsx index 57a00ce1ef..a053cd7671 100644 --- a/web/app/components/plugins/install-model-item.tsx +++ b/web/app/components/plugins/install-model-item.tsx @@ -16,7 +16,7 @@ type Props = { payload: Plugin } -const PluginItem: FC = async ({ +const PluginItem: FC = ({ className, locale, payload,