nukeop/nuclear

View on GitHub
packages/app/app/containers/CommandPaletteContainer/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

export const CommandPaletteContainer: React.FC = () => {
  const { t } = useTranslation('command-palette');
  const [isOpen, setOpen] = useState(false);
  const [input, setInput] = useState('');
  const inputRef = useRef<Input>();
Severity: Minor
Found in packages/app/app/containers/CommandPaletteContainer/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status