chore: Remove unused prop

This commit is contained in:
Fabio Berger
2018-10-16 16:38:05 +01:00
parent 05f7b73307
commit 17fb4d5b57
2 changed files with 1 additions and 6 deletions

View File

@@ -104,7 +104,6 @@ export class DocReference extends React.Component<DocReferenceProps, DocReferenc
sectionName={sectionName}
headerSize={headerSize}
markdownContent={markdownFileIfExists}
shouldReformatTitle={false}
alternativeSectionTitle={isIntroductionSection ? this.props.docsInfo.displayName : undefined}
/>
);