ahbeng/NUSMods

View on GitHub
website/src/views/settings/BetaToggle.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function BetaToggle has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const BetaToggle = memo<Props>((props) => {
  const { betaTester, toggleStates } = props;
  const hasTests = currentTests.length > 0;

  // If the user isn't a beta tester already and there are no tests, then
Severity: Minor
Found in website/src/views/settings/BetaToggle.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status