From 0ef6a114e7f7b77ddbb279d5d73288b125e8851a Mon Sep 17 00:00:00 2001
From: Thibaut Girka
Date: Mon, 1 Jul 2019 13:38:00 +0200
Subject: [PATCH] Fix error boundary DOM
---
.../glitch/components/error_boundary.js | 72 +++++++++----------
1 file changed, 36 insertions(+), 36 deletions(-)
diff --git a/app/javascript/flavours/glitch/components/error_boundary.js b/app/javascript/flavours/glitch/components/error_boundary.js
index 142a0c21a17..dd21f29305c 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 !== '' && (
-
-
-
-
- )}
-
- -
- }}
- />
-
- { preferencesLink !== undefined && (
- -
- }}
- />
-
- )}
-
+
+ -
+ }}
+ />
+ { debugInfo !== '' && (
+
+
+
+
+ )}
+
+ -
+ }}
+ />
+
+ { preferencesLink !== undefined && (
+ -
+ }}
+ />
+
+ )}
+
);