xcv58/Tab-Manager-v2

View on GitHub
packages/extension/src/js/components/CommandPalette.tsx

Summary

Maintainability
A
30 mins
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

return (
<>
{shortcut.map((x) => (
<Shortcut key={x} shortcut={x} />
))}
Severity: Minor
Found in packages/extension/src/js/components/CommandPalette.tsx and 1 other location - About 30 mins to fix
packages/extension/src/js/components/Shortcut/Shortcuts.tsx on lines 11..17
Category
Status