IuryNogueira/myreef

View on GitHub
front/src/components/Select/Select.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function Select has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
Open

export const Select = ({
options,
labelValue = 'name',
keyValue = 'id',
setOptionSelected,
Severity: Minor
Found in front/src/components/Select/Select.tsx - About 1 hr to fix
Category
Status