demo/src/ballots.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function BallotsComp has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const BallotsComp = () => {
  const groupedBallots = useStore(selectBallots)
  const totalW = totalWeight(groupedBallots)

  const addRandomBallot = useStore(selectAddRandomBallot)
Severity: Minor
Found in demo/src/ballots.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status