Chore: Fix about 200 noImplicitAny errors (#18067)

* Fix 200 ish errors

* Add interface
This commit is contained in:
Tobias Skarhed
2019-07-16 11:35:42 +02:00
committed by GitHub
parent b049b003f2
commit 0ef4060b98
31 changed files with 208 additions and 151 deletions

View File

@@ -124,7 +124,7 @@ export class TeamPages extends PureComponent<Props, State> {
}
}
function mapStateToProps(state) {
function mapStateToProps(state: any) {
const teamId = getRouteParamsId(state.location);
const pageName = getRouteParamsPage(state.location) || 'members';
const teamLoadingNav = getTeamLoadingNav(pageName as string);