Difuster/kanban-board

View on GitHub
src/components/column/Column.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function Column has 99 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Column: FC<ColumnsProps> = (value) => {
  const { columnId, columnTitle, comments, dispatch } = value;

  const [inputValue, setInputValue] = useState("");
  const [addFormIsShown, setAddFormIsShown] = useState(false);
Severity: Major
Found in src/components/column/Column.tsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status