dom fixes

This commit is contained in:
Yurov Dmitry 2019-01-15 11:19:04 +03:00
parent 3b9a034d4c
commit f0a3a3583b

View File

@ -60,12 +60,12 @@ export class Operation extends React.Component<OperationProps> {
<SecurityRequirements securities={operation.security} />
<Parameters parameters={operation.parameters} body={operation.requestBody} />
<ResponsesList responses={operation.responses} />
</MiddlePanel>
<DarkRightPanel>
{!options.pathInMiddlePanel && <Endpoint operation={operation} />}
<RequestSamples operation={operation} />
</MiddlePanel>
{/* <DarkRightPanel>
{!options.pathInMiddlePanel &&
{/* <ResponseSamples operation={operation} /> */}
</DarkRightPanel>
{/* </DarkRightPanel> */}
</OperationRow>
)}
</OptionsContext.Consumer>