fix: Empty Error Alert Modal (#22186)

This commit is contained in:
AAfghahi
2022-11-21 22:18:00 -05:00
committed by GitHub
parent 78a4bd6bb2
commit f885a18fec

View File

@@ -132,7 +132,7 @@ export default function ErrorAlert({
{description && (
<div className="error-body">
<p>{description}</p>
{!isExpandable && (
{!isExpandable && body && (
<span
role="button"
tabIndex={0}