Remove menuSubsectionsBySection prop from Documentation component

This commit is contained in:
Fabio Berger
2018-03-06 19:49:00 +01:00
parent 9301173f7d
commit 71008dc819
2 changed files with 2 additions and 3 deletions

View File

@@ -85,7 +85,6 @@ export class DocPage extends React.Component<DocPageProps, DocPageState> {
availableVersions={this.props.availableDocVersions}
docsInfo={this.props.docsInfo}
docAgnosticFormat={this.state.docAgnosticFormat}
menuSubsectionsBySection={menuSubsectionsBySection}
sourceUrl={sourceUrl}
/>
</div>