ui/src/pages/namespace/Permissions/components/PermissionsHint.tsx
Function PermissionsHint
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const PermissionsHint = () => {
const { data: availablePermissions } = usePermissionKeys();
const permissionsAvailable = (availablePermissions ?? []).length > 0;
const { t } = useTranslation();
return (