Remove unneeded props
This commit is contained in:
@@ -112,7 +112,6 @@ export class Documentation extends React.Component<DocumentationAllProps, Docume
|
||||
availableDocVersions={this.props.availableDocVersions}
|
||||
menu={this.props.docsInfo.getMenu(this.props.docsVersion)}
|
||||
menuSubsectionsBySection={menuSubsectionsBySection}
|
||||
shouldFullWidth={false}
|
||||
docsInfo={this.props.docsInfo}
|
||||
/>
|
||||
{_.isUndefined(this.state.docAgnosticFormat) ? (
|
||||
|
@@ -79,7 +79,6 @@ export class Wiki extends React.Component<WikiProps, WikiState> {
|
||||
blockchainIsLoaded={false}
|
||||
location={this.props.location}
|
||||
menuSubsectionsBySection={menuSubsectionsBySection}
|
||||
shouldFullWidth={false}
|
||||
/>
|
||||
{_.isUndefined(this.state.articlesBySection) ? (
|
||||
<div className="col col-12" style={mainContainersStyle}>
|
||||
|
Reference in New Issue
Block a user