This repository was archived by the owner on Aug 30, 2025. It is now read-only.
fix: margin top for grade reaction #2095
checks.yml
on: pull_request
🛠️ TypeScript and ESLint on Main
0s
🛠️ TypeScript and ESLint on Pull Request
37s
Annotations
5 errors
🛠️ TypeScript and ESLint on Pull Request
Process completed with exit code 2.
|
🛠️ TypeScript and ESLint on Pull Request:
src/views/account/Grades/Subject/SubjectList.tsx#L53
Parameter 'item' implicitly has an 'any' type.
|
🛠️ TypeScript and ESLint on Pull Request:
src/views/account/Grades/Subject/SubjectList.tsx#L44
Binding element 'index' implicitly has an 'any' type.
|
🛠️ TypeScript and ESLint on Pull Request:
src/views/account/Grades/Subject/SubjectList.tsx#L44
Binding element 'item' implicitly has an 'any' type.
|
🛠️ TypeScript and ESLint on Pull Request:
src/views/account/Grades/Subject/Subject.tsx#L115
Property 'label' does not exist on type 'string | { label: string; subtitle?: string | undefined; icon?: Element | undefined; sfSymbol?: string | undefined; onPress?: (() => void | {}) | undefined; checked?: boolean | undefined; destructive?: boolean | undefined; ios?: { ...; } | undefined; }'.
|