Difuster/kanban-board

View on GitHub
src/components/Board.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Board has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Board: FC = () => {
  const { state, dispatch } = useContext(Context);
  const columns = state.columns;
  const cards = state.cards;
  const comments = state.comments;
Severity: Minor
Found in src/components/Board.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status