xcv58/Tab-Manager-v2

View on GitHub
packages/extension/src/js/components/Tab/Icon.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

Function Icon has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Icon = observer((props: TabProps) => {
const { userStore } = useStore()
const { focus, select, iconUrl, isSelected, bulkSelect } = props.tab
const checkbox = (
<Checkbox
Severity: Major
Found in packages/extension/src/js/components/Tab/Icon.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status