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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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}