xcv58/Tab-Manager-v2

View on GitHub
packages/extension/src/js/components/Toolbar/RemoveDuplicated.tsx

Summary

Maintainability
B
5 hrs
Test Coverage

Showing 1 of 1 total issue

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

export default observer(() => {
const { windowStore } = useStore()
const { cleanDuplicatedTabs, duplicatedTabs } = windowStore
return (
<Tooltip title={TITLE} enterDelay={TOOLTIP_DELAY}>
packages/extension/src/js/components/Toolbar/InvertSelect.tsx on lines 11..28

There are no issues that match your filters.

Category
Status