teableio/teable

View on GitHub
apps/nextjs-app/src/features/app/blocks/graph/CellGraph.tsx

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

    if (!selection || !cell || !isCell || !tableId || !viewId || !baseId) {
      return;
    }
Severity: Major
Found in apps/nextjs-app/src/features/app/blocks/graph/CellGraph.tsx - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status