Floppy/dataslate

View on GitHub
src/components/KillTeam2021/DataDevPage.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function DataDevPage has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const DataDevPage: FC = () => {
  const [faction, setFaction] = useState<string | null>(null)

  const Content: FC = () => {
    if (faction === null) {
Severity: Minor
Found in src/components/KillTeam2021/DataDevPage.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status