yasshi2525/RushHour

View on GitHub
client/src/components/SignIn.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function default has 74 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function() {
  const classes = useStyles();
  const [opened, setOpened] = React.useState(false);
  const theme = useTheme();
  const isFullScreen = useMediaQuery(theme.breakpoints.down("sm"));
Severity: Major
Found in client/src/components/SignIn.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status