polkadot-js/apps

View on GitHub
packages/page-explorer/src/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

function createItemsRef (t: (key: string, options?: { replace: Record<string, unknown> }) => string): TabItem[] {
  return [
    {
      isRoot: true,
      name: 'chain',
Severity: Minor
Found in packages/page-explorer/src/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status