Render the error from reporting

Co-authored-by: Sarah Otts <se0042@gmail.com>
This commit is contained in:
Paul Kaplan 2021-05-04 15:12:11 -04:00 committed by GitHub
parent 2f5a01eb1e
commit 2936bc72db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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