dashpresshq/dashpress

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

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function EntityDetails has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function EntityDetails() {
  const entityId = useEntityId();
  const entity = useEntitySlug();
  const entityCrudConfig = useEntityCrudConfig(entity);
  const dataDetails = useEntityDataDetails({ entity, entityId });
Severity: Minor
Found in src/frontend/views/data/Details/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status