Skip to content

Commit

Permalink
minor: fix DOM structure issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ciyer committed Nov 12, 2024
1 parent ff078f7 commit 611fdb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ function DataConnectorResultAlertContent({
</li>
) : null;
return (
<p className="mb-0">
<div className="mb-0">
{dataConnectorFragment}
{credentialSaveFragment && <ul>{credentialSaveFragment}</ul>}
{projectLinkFragment && <ul>{projectLinkFragment}</ul>}
</p>
</div>
);
}

0 comments on commit 611fdb0

Please sign in to comment.