mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
only render code details if has that prop
This commit is contained in:
parent
a13a0a50cf
commit
0e402fad56
@ -16,9 +16,10 @@ export const CrashComponent = (props) => {
|
||||
</Button>
|
||||
]}
|
||||
>
|
||||
{crash.details &&
|
||||
<div>
|
||||
<code>{crash.details}</code>
|
||||
</div>
|
||||
</div>}
|
||||
</Result>
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user