diff --git a/src/components/ErrorDecoder/ErrorDecoder.js b/src/components/ErrorDecoder/ErrorDecoder.js index db01876f..e25531bc 100644 --- a/src/components/ErrorDecoder/ErrorDecoder.js +++ b/src/components/ErrorDecoder/ErrorDecoder.js @@ -77,8 +77,12 @@ function ErrorResult(props: {|code: ?string, msg: string|}) { return (
The full text of the error you just encountered is:
-{urlify(errorMsg)}
+ + The full text of the error you just encountered is: +
+
+ {urlify(errorMsg)}
+