diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx index e800dc0d..0ee24961 100644 --- a/frontend/src/components/PluginView.tsx +++ b/frontend/src/components/PluginView.tsx @@ -38,12 +38,12 @@ const PluginView: FC = () => { return ( <> -
+ {pluginList .filter((p) => p.content)