dashpresshq/dashpress

View on GitHub
src/frontend/components/app/form/input/icon/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function IconInputField has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function IconInputField() {
  return (
    <Field name="icon" validateFields={[]} validate={required}>
      {({ input, meta }) =>
        SystemIconsList.includes(input.value as SystemIconsKeys) ? (
Severity: Minor
Found in src/frontend/components/app/form/input/icon/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status