VandyHacks/vaken

View on GitHub
src/client/app.tsx

Summary

Maintainability
A
1 hr
Test Coverage
B
86%

Function Vaken has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Vaken: React.FunctionComponent = (): JSX.Element => {
    const [ready, setReady] = useState(false);
    const { data, error, loading } = useMeQuery();

    const StateMachine: React.FunctionComponent = (): JSX.Element | null => {
Severity: Minor
Found in src/client/app.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status