INTO-CPS-Association/DTaaS

View on GitHub
client/src/preview/route/library/LibraryPreview.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function createCombinedTabs has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function createCombinedTabs() {
  return assetType.map((tab) =>
    scope.map((subtab) => ({
      label: `${subtab.label}`,
      body: (
Severity: Minor
Found in client/src/preview/route/library/LibraryPreview.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status