Add description to the UI #103
Annotations
6 errors and 1 warning
src/components/ProjectCard.tsx#L104
Cannot find name 'description'. Did you mean 'Description'?
|
test/components/ProjectCard.test.tsx#L6
Property 'description' is missing in type '{ title: string; slug: string; apiVersion: number; }' but required in type 'Project'.
|
test/components/ProjectGrid.test.tsx#L7
Property 'description' is missing in type '{ title: string; slug: string; apiVersion: number; }' but required in type 'Project'.
|
test/components/ProjectGrid.test.tsx#L8
Property 'description' is missing in type '{ title: string; slug: string; apiVersion: number; }' but required in type 'Project'.
|
test/components/ProjectGrid.test.tsx#L9
Property 'description' is missing in type '{ title: string; slug: string; apiVersion: number; }' but required in type 'Project'.
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
This job failed
Loading