From 6ff704512ccf2b2a3e13166d17bff4febf414034 Mon Sep 17 00:00:00 2001 From: Beebles <102569435+beebls@users.noreply.github.com> Date: Mon, 11 May 2026 15:52:56 -0600 Subject: initial potential fix, gotta test on device --- frontend/src/components/PluginView.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend') 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}
-- cgit v1.2.3