mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +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>
|
</Button>
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<div>
|
{crash.details &&
|
||||||
<code>{crash.details}</code>
|
<div>
|
||||||
</div>
|
<code>{crash.details}</code>
|
||||||
|
</div>}
|
||||||
</Result>
|
</Result>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user