rrebase/knboard

View on GitHub
frontend/src/features/auth/EnterAsGuest.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Function EnterAsGuest has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const EnterAsGuest = () => {
  const dispatch = useDispatch();
  const history = useHistory();
  const [allowGuest, setAllowGuest] = useState(false);

Severity: Minor
Found in frontend/src/features/auth/EnterAsGuest.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status