Reconmap/web-client

View on GitHub
src/components/search/AdvancedSearch.jsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function AdvancedSearch has 79 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AdvancedSearch = () => {
    const navigate = useNavigate();

    const [keywords, setKeywords] = useState("");
    const [entities, setEntities] = useState(Object.keys(entityList));
Severity: Major
Found in src/components/search/AdvancedSearch.jsx - About 3 hrs to fix

There are no issues that match your filters.

Category
Status