exercism/website

View on GitHub
app/javascript/components/settings/theme-preference-form/useTheme.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function useTheme has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function useTheme(
  defaultThemePreference: string,
  links: Pick<ThemePreferenceLinks, 'update'>
): useThemeReturns {
  const [hasBeenUpdated, setHasBeenUpdated] = useState(false)

    There are no issues that match your filters.

    Category
    Status