Skip to content

Commit

Permalink
Update ui/src/app/applications/components/application-details/applica…
Browse files Browse the repository at this point in the history
…tion-details.tsx

Co-authored-by: Anton Gilgur <[email protected]>
Signed-off-by: AS <[email protected]>
  • Loading branch information
ashutosh16 and Anton Gilgur authored Aug 26, 2024
1 parent 19d746e commit 667c801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +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 && activeStatusExt.flyout && (
{this.selectedExtension !== '' && activeStatusExt?.flyout && (

Check failure on line 888 in ui/src/app/applications/components/application-details/application-details.tsx

View workflow job for this annotation

GitHub Actions / Build, test & lint UI code

Replace `(⏎················································<activeStatusExt.flyout·application={application}·tree={tree}·/>⏎············································)` with `<activeStatusExt.flyout·application={application}·tree={tree}·/>`
<activeStatusExt.flyout application={application} tree={tree} />
)}
</SlidingPanel>
Expand Down

0 comments on commit 667c801

Please sign in to comment.