TryGhost/Ghost

View on GitHub
apps/portal/src/components/pages/SupportPage.js

Summary

Maintainability
A
1 hr
Test Coverage

Function SupportPage has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const SupportPage = () => {
    const [isLoading, setLoading] = useState(true);
    const [error, setError] = useState(null);
    const [disabledFeatureError, setDisabledFeatureError] = useState(null);
    const {member, t, site} = useContext(AppContext);
Severity: Minor
Found in apps/portal/src/components/pages/SupportPage.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status