Skip to content

Commit 7c91732

Browse files
committed
Linter fixes
1 parent 6d22e38 commit 7c91732

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/core/components/auth/auth-item.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ import ImPropTypes from "react-immutable-proptypes"
44

55
export default class Auths extends React.Component {
66
static propTypes = {
7-
7+
schema: ImPropTypes.orderedMap.isRequired,
8+
name: PropTypes.string.isRequired,
9+
onAuthChange: PropTypes.func.isRequired,
10+
authorized: ImPropTypes.orderedMap.isRequired
811
}
912

1013
render() {

src/core/components/auth/oauth2.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default class Oauth2 extends React.Component {
1111
authSelectors: PropTypes.object.isRequired,
1212
authActions: PropTypes.object.isRequired,
1313
errSelectors: PropTypes.object.isRequired,
14+
specSelectors: PropTypes.object.isRequired,
1415
errActions: PropTypes.object.isRequired,
1516
getConfigs: PropTypes.any
1617
}

0 commit comments

Comments
 (0)