ui/src/components/Navigation/index.tsx
Function Navigation
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Navigation: FC = () => {
const pages = usePages();
const namespace = useNamespace();
const { t } = useTranslation();
const [, secondPathLevel] = useMatches();