Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
splitPages -> splitReferenceDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcuva committed Nov 28, 2018
1 parent 6249385 commit 870dc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-explorer/src/Doc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class Doc extends React.Component {
const oas = this.oas;

const renderPage = () => {
if (this.props.appearance.splitPages) {
if (this.props.appearance.splitReferenceDocs) {
return this.renderEndpoint();
} else {
return (
Expand Down

0 comments on commit 870dc56

Please sign in to comment.