Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

fix: margin top for grade reaction #2095

fix: margin top for grade reaction

fix: margin top for grade reaction #2095

Triggered via pull request May 6, 2025 11:40
Status Failure
Total duration 41s
Artifacts

checks.yml

on: pull_request
🛠️ TypeScript and ESLint on Main
0s
🛠️ TypeScript and ESLint on Main
🛠️ TypeScript and ESLint on Pull Request
37s
🛠️ TypeScript and ESLint on Pull Request
Fit to window
Zoom out
Zoom in

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#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; }'.