dashpresshq/dashpress

View on GitHub
src/frontend/views/data/Table/_WholeEntityTable/DetailsCanvas.tsx

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function DetailsCanvas has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function DetailsCanvas() {
  const router = useRouter();
  const [closeDetailsCanvas, detailsCanvasEntity, detailsCanvasId] =
    useDetailsOffCanvasStore((state) => [state.close, state.entity, state.id]);

Severity: Minor
Found in src/frontend/views/data/Table/_WholeEntityTable/DetailsCanvas.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status