Floppy/dataslate

View on GitHub
src/components/WH40k9e/PsychicPowerList.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function PsychicPowerList has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function PsychicPowerList (props: Props): JSX.Element {
  return props.powers.length === 0
    ? <></>
    : (
      <Table striped bordered size='sm'>
Severity: Minor
Found in src/components/WH40k9e/PsychicPowerList.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status