Skip to content

Fix crash in company show when user has never been seen #231

Fix crash in company show when user has never been seen

Fix crash in company show when user has never been seen #231

Triggered via push August 29, 2024 19:48
Status Success
Total duration 48s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
src/companies/CompanyCard.tsx#L4
'ContactsIcon' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
src/companies/CompanyCard.tsx#L12
'SingleFieldList' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
src/companies/CompanyInputs.tsx#L26
Unnecessary escape character: \- (no-useless-escape)
src/companies/CompanyInputs.tsx#L26
Unnecessary escape character: \. (no-useless-escape)
🔬 ESLint
The following actions use a deprecated Node.js version and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/