소스 검색

Linter fixes

bubble
Kyle Shockey 7 년 전
부모
커밋
7c917325f0
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      src/core/components/auth/auth-item.jsx
  2. +1
    -0
      src/core/components/auth/oauth2.jsx

+ 4
- 1
src/core/components/auth/auth-item.jsx 파일 보기

@@ -4,7 +4,10 @@ import ImPropTypes from "react-immutable-proptypes"

export default class Auths extends React.Component {
static propTypes = {

schema: ImPropTypes.orderedMap.isRequired,
name: PropTypes.string.isRequired,
onAuthChange: PropTypes.func.isRequired,
authorized: ImPropTypes.orderedMap.isRequired
}

render() {


+ 1
- 0
src/core/components/auth/oauth2.jsx 파일 보기

@@ -11,6 +11,7 @@ export default class Oauth2 extends React.Component {
authSelectors: PropTypes.object.isRequired,
authActions: PropTypes.object.isRequired,
errSelectors: PropTypes.object.isRequired,
specSelectors: PropTypes.object.isRequired,
errActions: PropTypes.object.isRequired,
getConfigs: PropTypes.any
}


불러오는 중...
취소
저장