mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-23 19:30:34 -04:00
Render the error from reporting
Co-authored-by: Sarah Otts <se0042@gmail.com>
This commit is contained in:
parent
2f5a01eb1e
commit
2936bc72db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue