diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx index d6f7ff8f..88b43b51 100644 --- a/frontend/src/components/PluginView.tsx +++ b/frontend/src/components/PluginView.tsx @@ -37,12 +37,12 @@ const PluginView: FC = () => { return ( <> -
+ {pluginList.map(({ name, icon }) => (