Reconmap/web-client

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function SearchResults has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const SearchResults = React.memo(() => {
    const params = useParams();
    const query = useQuery();
    const keywords = decodeURIComponent(params.keywords);

Severity: Major
Found in src/components/search/Results.jsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status