xcv58/Tab-Manager-v2

View on GitHub
packages/extension/src/js/stores/SearchStore.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

Similar blocks of code found in 3 locations. Consider refactoring.
Wontfix

get someTabSelected() {
return (
!this.allTabSelected &&
this.matchedTabs.some(this.store.tabStore.isTabSelected)
)
Severity: Minor
Found in packages/extension/src/js/stores/SearchStore.tsx and 2 other locations - About 30 mins to fix
packages/extension/src/js/stores/Window.tsx on lines 99..104
packages/extension/src/js/stores/Window.tsx on lines 106..110

There are no issues that match your filters.

Category
Status