diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx index ffaa176a..7714d87c 100644 --- a/frontend/src/components/PluginView.tsx +++ b/frontend/src/components/PluginView.tsx @@ -56,7 +56,8 @@ const PluginView: FC = () => { setActivePlugin(name)}>
- {icon} + {/* @ts-expect-error - ErrorBoundary is given fallback in the patch in errorboundary-hook.tsx, but it's not typed */} + ❌}>{icon}
{name}