mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
lint
This commit is contained in:
@@ -61,9 +61,7 @@ class RouterHook extends Logger {
|
||||
routes.forEach(({ component, props }, path) => {
|
||||
newRouterArray.push(
|
||||
<Route path={path} {...props}>
|
||||
<ErrorBoundary>
|
||||
{createElement(component)}
|
||||
</ErrorBoundary>
|
||||
<ErrorBoundary>{createElement(component)}</ErrorBoundary>
|
||||
</Route>,
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user