jameshawkinsjr/hype

View on GitHub
frontend/components/landing_page/landing_page.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

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

    render () {
        { document.title = `Where work happens | hype`}
        const navBar = this.props.currentUser ? (
            <Link to="/chatrooms"><div className="landing-page-nav-button purple-button">YOUR CHANNELS</div></Link>
        ) : (
Severity: Major
Found in frontend/components/landing_page/landing_page.jsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status