dashpresshq/dashpress

View on GitHub
src/frontend/views/data/Details/RelationsTable.tsx

Summary

Maintainability
A
2 hrs
Test Coverage
F
0%

Function EntityRelationTable has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function EntityRelationTable() {
  const parentEntity = useEntitySlug();
  const entityId = useEntityId();
  const { _ } = useLingui();
  const childEntity = useRouteParam("childEntity");
Severity: Major
Found in src/frontend/views/data/Details/RelationsTable.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status