vorteil/direktiv

View on GitHub
ui/src/pages/namespace/Gateway/Routes/Detail/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function RoutesDetailPage has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const RoutesDetailPage = () => {
  const { routePath } = pages.gateway.useParams();
  const { data, isAllowed, isFetched, noPermissionMessage } = useRoute({
    routePath: routePath ?? "",
    enabled: !!routePath,
Severity: Minor
Found in ui/src/pages/namespace/Gateway/Routes/Detail/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status