correcting merge conflict resolve miss

This commit is contained in:
akumarsingh 2020-03-18 14:46:09 -04:00
parent 5af9c204e3
commit 6266fcc008

View File

@ -30,8 +30,7 @@ export class OperationPanel extends React.Component<RightPanelContentProps> {
}
private shouldShowOtherInfoPanel() {
return this.props.options.showOtherInfoPanel &&
this.props.options.showExtensions &&
return this.props.options.showExtensions &&
this.props.operation.extensions[Constants.OTX_EXTENSION_KEY];
}
}