coronasafe/care_fe

View on GitHub
src/CAREUI/icons/Index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function IconIndex has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const IconIndex: React.FC = () => {
const { t } = useTranslation();
const [searchTerm, setSearchTerm] = useState("");
 
const filteredIcons = Object.keys(iconPaths).filter((iconName) =>
Severity: Minor
Found in src/CAREUI/icons/Index.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status