chore: fix function
prop-type (#1871)
This commit is contained in:
parent
5edc7d29f7
commit
636a141a4a
@ -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 = {};
|
||||
|
@ -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 = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user