xcv58/Custom-JavaScript-for-Websites-2

View on GitHub
src/js/components/NewPattern.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

const NewPatternDialog = observer(() => {
  const navigate = useNavigate()
  const { NewPatternStore } = useStore()
  const { closeDialog, error, validPattern, pattern } = NewPatternStore
  return (
Severity: Minor
Found in src/js/components/NewPattern.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status