fluidtrends/carmel

View on GitHub
web/sdk/hooks/auth.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function useCarmelAuth has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useCarmelAuth = (carmelNet: any) => {
  const [isLoading, setIsLoading] = useState(false);

  const status = () => {
    return {
Severity: Major
Found in web/sdk/hooks/auth.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status