chore: fix function prop-type (#1871)

This commit is contained in:
Loïc Mahieu 2018-11-12 17:38:26 +01:00 committed by Shawn Erquhart
parent 5edc7d29f7
commit 636a141a4a
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ export default class GitHubAuthenticationPage extends React.Component {
siteId: PropTypes.string,
authEndpoint: PropTypes.string,
config: ImmutablePropTypes.map,
clearHash: PropTypes.function,
clearHash: PropTypes.func,
};
state = {};

View File

@ -17,7 +17,7 @@ export default class GitLabAuthenticationPage extends React.Component {
siteId: PropTypes.string,
authEndpoint: PropTypes.string,
config: ImmutablePropTypes.map,
clearHash: PropTypes.function,
clearHash: PropTypes.func,
};
state = {};