src/Components/ResultsMultiSearchHeader/ResultsMultiSearchHeader.jsx
Showing 1 of 1 total issue
Function setupDefaultValues
has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. Open
Open
setupDefaultValues(props) { const { skillsWasUpdated, gradeWasUpdated, qWasUpdated, bureauWasUpdated } = this.state; const { userProfile, defaultFilters } = props; // set default values for our filters
- Read upRead up
- Create a ticketCreate a ticket