Linter error fixes
This commit is contained in:
@@ -16,7 +16,8 @@ export default class Oauth2 extends React.Component {
|
||||
authSelectors: PropTypes.object.isRequired,
|
||||
authActions: PropTypes.object.isRequired,
|
||||
errSelectors: PropTypes.object.isRequired,
|
||||
errActions: PropTypes.object.isRequired
|
||||
errActions: PropTypes.object.isRequired,
|
||||
getConfigs: PropTypes.function
|
||||
}
|
||||
|
||||
constructor(props, context) {
|
||||
|
||||
Reference in New Issue
Block a user