src/components/ReportTable.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ReportTable has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function ReportTable(props: Props): JSX.Element {
  const header = props.table[0]
  const table = props.table.slice(1).map((row) => {
    const key = cell2str(row[0])
    return [key, ...row]
Severity: Minor
Found in src/components/ReportTable.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status