Skip to content

Commit

Permalink
add topbar action menu ext
Browse files Browse the repository at this point in the history
Signed-off-by: ashutosh16 <[email protected]>
  • Loading branch information
ashutosh16 committed Aug 26, 2024
1 parent 667c801 commit f5326ed
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -885,9 +885,7 @@ export class ApplicationDetails extends React.Component<RouteComponentProps<{app
<SlidingPanel
isShown={this.selectedExtension !== '' && activeStatusExt != null && activeStatusExt.flyout != null}
onClose={() => this.setExtensionPanelVisible('')}>
{this.selectedExtension !== '' && activeStatusExt?.flyout && (
<activeStatusExt.flyout application={application} tree={tree} />
)}
{this.selectedExtension !== '' && activeStatusExt?.flyout && <activeStatusExt.flyout application={application} tree={tree} />}
</SlidingPanel>
<SlidingPanel
isMiddle={activeTopBarActionMenuExt?.isMiddle}
Expand Down

0 comments on commit f5326ed

Please sign in to comment.