Skip to content

add coordinator in presence list #561

add coordinator in presence list

add coordinator in presence list #561

Triggered via pull request September 6, 2024 09:02
Status Success
Total duration 1m 6s
Artifacts

node.js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/components/EditCourseModal.jsx#L97
React Hook useEffect has missing dependencies: 'targetAudienceValues' and 'themeValues'. Either include them or remove the dependency array
build: src/components/EmailTemplateBodyInput.jsx#L92
React Hook useEffect has missing dependencies: 'templateId' and 'templateIdProp'. Either include them or remove the dependency array. If 'setTemplateId' needs the current value of 'templateIdProp', you can also switch to useReducer instead of useState and read 'templateIdProp' in the reducer
build: src/components/EvaluationModal.jsx#L4
'/home/runner/work/cep-admin-ui/cep-admin-ui/src/components/index.js' imported multiple times
build: src/components/EvaluationModal.jsx#L6
'/home/runner/work/cep-admin-ui/cep-admin-ui/src/components/index.js' imported multiple times
build: src/components/EvaluationModal.jsx#L45
React Hook useEffect has a missing dependency: 'data'. Either include it or remove the dependency array
build: src/components/EvaluationModal.jsx#L64
React Hook useEffect has a missing dependency: 'fetchUsers'. Either include it or remove the dependency array
build: src/components/Grid.jsx#L90
React Hook useEffect has a missing dependency: 'defaultFilterModel'. Either include it or remove the dependency array
build: src/components/InvoiceModal.jsx#L29
React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array
build: src/components/ManualInvoiceModal.jsx#L15
'getInvoiceNumber' is assigned a value but never used
build: src/components/ManualInvoiceModal.jsx#L66
'courseYearWatched' is assigned a value but never used