From 0ef6a114e7f7b77ddbb279d5d73288b125e8851a Mon Sep 17 00:00:00 2001
From: Thibaut Girka
Date: Mon, 1 Jul 2019 13:38:00 +0200
Subject: Fix error boundary DOM
---
.../flavours/glitch/components/error_boundary.js | 66 +++++++++++-----------
1 file changed, 33 insertions(+), 33 deletions(-)
diff --git a/app/javascript/flavours/glitch/components/error_boundary.js b/app/javascript/flavours/glitch/components/error_boundary.js
index 142a0c21a..dd21f2930 100644
--- a/app/javascript/flavours/glitch/components/error_boundary.js
+++ b/app/javascript/flavours/glitch/components/error_boundary.js
@@ -50,43 +50,43 @@ export default class ErrorBoundary extends React.PureComponent {
-
- -
- }}
- />
- { debugInfo !== '' && (
-
-
-
-
- )}
-
+
+
+ -
+ }}
+ />
+ { debugInfo !== '' && (
+
+
+
+
+ )}
+
+ -
+ }}
+ />
+
+ { preferencesLink !== undefined && (
-
}}
+ id='web_app_crash.change_your_settings'
+ defaultMessage='Change your {settings}'
+ values={{ settings: }}
/>
- { preferencesLink !== undefined && (
- -
- }}
- />
-
- )}
-
-
+ )}
+
);
--
cgit