From 3a83062438e2e86dbaaf459f8af7a2fd5a8df215 Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Fri, 26 May 2023 14:08:09 +0200 Subject: Simplified inlining and cleaning up unused translations --- frontend/src/plugin-loader.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'frontend') diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index 2ce112e2..71c8d0df 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -255,7 +255,6 @@ class PluginLoader extends Logger { version: version, }); } catch (e) { - //this.error(t('PluginLoader.plugin_load_error.message', { name: name }), e); this.error('Error loading plugin ' + name, e); const TheError: FC<{}> = () => ( @@ -266,11 +265,12 @@ class PluginLoader extends Logger {
                     {e instanceof Error ? e.stack : JSON.stringify(e)}
                   
- -
- ]} /> -
-
+
+ ]} + /> +
); }} -- cgit v1.2.3