mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
correcting merge conflict resolve miss
This commit is contained in:
parent
5af9c204e3
commit
6266fcc008
|
@ -30,8 +30,7 @@ export class OperationPanel extends React.Component<RightPanelContentProps> {
|
||||||
}
|
}
|
||||||
|
|
||||||
private shouldShowOtherInfoPanel() {
|
private shouldShowOtherInfoPanel() {
|
||||||
return this.props.options.showOtherInfoPanel &&
|
return this.props.options.showExtensions &&
|
||||||
this.props.options.showExtensions &&
|
|
||||||
this.props.operation.extensions[Constants.OTX_EXTENSION_KEY];
|
this.props.operation.extensions[Constants.OTX_EXTENSION_KEY];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user