Skip to content

Commit

Permalink
elyra-ai#1941 Fix warning in console in harness right flyout (elyra-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
srikant-ch5 authored May 15, 2024
1 parent 9b1af5a commit c2eafc4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class EditorForm extends React.Component {

if (this.props.rightFlyout && this.props.categoryView !== CATEGORY_VIEW.TABS) {
return (
<>
<React.Fragment key={"tabContent." + key} >
{tabContent.length ? (<div key={"cat." + key} className="properties-categories">
{tabContent}
</div>) : null}
Expand All @@ -264,7 +264,7 @@ class EditorForm extends React.Component {
{tabContentAcc}
</div>
</Accordion>) : null}
</>
</React.Fragment>
);
}
return (
Expand Down

0 comments on commit c2eafc4

Please sign in to comment.