src/frontend/views/data/Details/RelationsTable.tsx
Function EntityRelationTable
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function EntityRelationTable() {
const parentEntity = useEntitySlug();
const entityId = useEntityId();
const { _ } = useLingui();
const childEntity = useRouteParam("childEntity");