Remove unused location prop

This commit is contained in:
Fabio Berger
2017-12-17 20:57:39 -05:00
parent f698dd4077
commit 98c01c2f80
6 changed files with 6 additions and 8 deletions

View File

@@ -462,7 +462,7 @@ export class FAQ extends React.Component<FAQProps, FAQState> {
{this.renderSections()}
</div>
</div>
<Footer location={this.props.location} />
<Footer />
</div>
);
}