Explorar el Código

Linter fixes

bubble
Kyle Shockey hace 7 años
padre
commit
7c917325f0
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  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 Ver fichero

@@ -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 Ver fichero

@@ -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
}


Cargando…
Cancelar
Guardar