diff --git a/web/app/components/plugins/plugin-page/empty/index.tsx b/web/app/components/plugins/plugin-page/empty/index.tsx index ea296d9f31..74d88fd004 100644 --- a/web/app/components/plugins/plugin-page/empty/index.tsx +++ b/web/app/components/plugins/plugin-page/empty/index.tsx @@ -32,10 +32,10 @@ const Empty = () => { return 'No plugins installed' if (filters.categories.length > 0 || filters.tags.length > 0 || filters.searchQuery) return 'No plugins found' - }, [pluginList, filters]) + }, [pluginList.length, filters]) return ( -