Feature/footer #83
Annotations
4 warnings
src/layout/MainLayout/Footer/index.js#L28
'theme' is defined but never used. Allowed unused args must match /^_/u (no-unused-vars)
|
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)
|
src/views/clinicalGenomic/widgets/sidebar.js#L186
'details' is defined but never used. Allowed unused args must match /^_/u (no-unused-vars)
|
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|