Unverified Commit 2936bc72 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Render the error from reporting

Co-authored-by: default avatarSarah Otts <se0042@gmail.com>
parent 2f5a01eb
......@@ -47,7 +47,7 @@ const StudioReport = ({
{error && (
<div>
<div>There was an error. Try again later?</div>
<div><code><pre>error</pre></code></div>
<div><code><pre>{error}</pre></code></div>
</div>
)}
<button
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment