Fix an issue where removing a single filter would result in the wrong number of results #76
GitHub Actions / ESLint
succeeded
Jan 22, 2024 in 0s
3 warnings
ESLint found 3 warnings
Annotations
Check warning on line 157 in src/views/clinicalGenomic/widgets/patientSidebar.js
github-actions / ESLint
src/views/clinicalGenomic/widgets/patientSidebar.js#L157
React Hook useEffect has a missing dependency: 'handleTableSet'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
Check warning on line 156 in src/views/clinicalGenomic/widgets/sidebar.js
github-actions / ESLint
src/views/clinicalGenomic/widgets/sidebar.js#L156
'newList' is assigned a value but never used. Allowed unused vars must match /^_/u (no-unused-vars)
Check warning on line 189 in src/views/clinicalGenomic/widgets/sidebar.js
github-actions / ESLint
src/views/clinicalGenomic/widgets/sidebar.js#L189
'details' is defined but never used. Allowed unused args must match /^_/u (no-unused-vars)
Loading