cosmas28/toDo-ui

View on GitHub
components/Header.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Showing 2 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

export const renderAddIcon = (iconSize: number): JSX.Element => <IoIosAddCircle size={iconSize} color="#3359DB" />;
Severity: Minor
Found in components/Header.tsx and 1 other location - About 35 mins to fix
components/Header.tsx on lines 88..88

Similar blocks of code found in 2 locations. Consider refactoring.
Open

export const renderFilterIcon = (iconSize: number): JSX.Element => <FaFilter size={iconSize} color="#3359DB" />;
Severity: Minor
Found in components/Header.tsx and 1 other location - About 35 mins to fix
components/Header.tsx on lines 86..86
Category
Status