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

View File

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