src/CAREUI/icons/Index.tsx
Showing 1 of 1 total issue
Function IconIndex
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const IconIndex: React.FC = () => { const { t } = useTranslation(); const [searchTerm, setSearchTerm] = useState(""); const filteredIcons = Object.keys(iconPaths).filter((iconName) =>
- Create a ticketCreate a ticket