Skip to content

Improve welcome screen #114

Improve welcome screen

Improve welcome screen #114

GitHub Actions / ESLint succeeded Sep 11, 2024 in 0s

4 warnings

ESLint found 4 warnings

Annotations

Check warning on line 4 in src/companies/CompanyCard.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/companies/CompanyCard.tsx#L4

'ContactsIcon' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)

Check warning on line 12 in src/companies/CompanyCard.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/companies/CompanyCard.tsx#L12

'SingleFieldList' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)

Check warning on line 26 in src/companies/CompanyInputs.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/companies/CompanyInputs.tsx#L26

Unnecessary escape character: \- (no-useless-escape)

Check warning on line 26 in src/companies/CompanyInputs.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/companies/CompanyInputs.tsx#L26

Unnecessary escape character: \. (no-useless-escape)