This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
feat/landing-seventh-step #194
GitHub Actions / Lint
failed
Oct 15, 2023 in 0s
Errors 1, Warnings 0
Found 1 errors and 0 warnings
Annotations
Check failure on line 17 in landing/fragments/landing-library/src/library.component.tsx
github-actions / Lint
(@typescript-eslint/no-unused-vars): 'changeColorSearchIcon' is defined but never used.
'changeColorSearchIcon' is defined but never used.
Raw output
14 | import { SearchButton } from './search'
15 | import { useLibrary } from './data'
> 16 | import { changeColorSearchIcon } from './helpers'
| ^
17 | import { changeColorSearchText } from './helpers'
18 |
19 | export const LibraryBanner = () => {
Loading