fga-eps-mds/2019.2-Vsign

View on GitHub
frontend/src/components/LandingPage/LandingPage.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function LandingPage has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const LandingPage = () => {
    const [loginModal, setLoginModal] = useState(false);
    const [email, setEmail] = useState('');
    const [password, setPassword] = useState('');
    return (
Severity: Minor
Found in frontend/src/components/LandingPage/LandingPage.js - About 1 hr to fix

    Function _SecondRow has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    const _SecondRow = () => {
        return (
            <div>
                <SecondRow>
                    <AboutDiv>
    Severity: Minor
    Found in frontend/src/components/LandingPage/LandingPage.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status