labhackercd/linguagem-simples-front

View on GitHub
src/containers/LoginScreenContainer/index.js

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Function render has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render(){
    const { classes } = this.props;

      if(this.state.succesfullLogin) {
        return <Redirect to={ESTUDIO_PAGE_URL}/>
Severity: Major
Found in src/containers/LoginScreenContainer/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status