cosmas28/toDo-ui

View on GitHub

Showing 2 of 26 total issues

Function Login has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Login: NextPage = () => {
const router = useRouter();
 
const handleSubmit = (e: React.MouseEvent): void => {
e.preventDefault();
Severity: Minor
Found in pages/login.tsx - About 1 hr to fix

    Function render has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    render(): JSX.Element {
    return (
    <Container
    ref={(node): void => {
    this.node = node;
    Severity: Minor
    Found in components/Common/Dropdown.tsx - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language