anyone-oslo/pages

View on GitHub
app/javascript/components/TagEditor/AddTagForm.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function AddTagForm has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function AddTagForm(props: Props) {
  const [tag, setTag] = useState("");

  const submit = () => {
    props.addTag(tag);
Severity: Minor
Found in app/javascript/components/TagEditor/AddTagForm.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status