src/components/organisms/sidebar/Settings.ts

Summary

Maintainability
A
1 hr
Test Coverage
D
66%

Function createSettingsMenu has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function createSettingsMenu(): MenuItem[] {
  return [
    { type: 'heading', label: 'User' },
    {
      label: 'Profile',
Severity: Minor
Found in src/components/organisms/sidebar/Settings.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status