Fix GraphQL Queries related to OrganizationDashboard.jsx
#4334
pull-request.yml
on: pull_request
Performs linting, formatting, type-checking, checking for different source and target branch
1m 2s
Check for eslint-disable
8s
Check for code coverage disable
12s
Checks if sensitive files have been changed without authorization
10s
Checks if number of files changed is acceptable
10s
Check Target Branch
0s
Check Python Code Style
0s
Check if Talawa Admin app starts (No Docker)
0s
Check if Talawa Admin app starts in Docker
0s
Validate CodeRabbit Approval
0s
Annotations
6 errors
Checks if sensitive files have been changed without authorization
Process completed with exit code 1.
|
Performs linting, formatting, type-checking, checking for different source and target branch:
src/components/OrganizationDashCards/CardItem.spec.tsx#L36
Object literal may only specify known properties, and 'email' does not exist in type '{ id: string | number; name: string; }'.
|
Performs linting, formatting, type-checking, checking for different source and target branch:
src/screens/OrgPost/OrgPost.tsx#L152
Argument of type '{ id: string; caption: string; creator: { id: string; name: string; }; createdAt: string; }[]' is not assignable to parameter of type 'InterfaceOrgPost[]'.
|
Performs linting, formatting, type-checking, checking for different source and target branch:
src/screens/OrgPost/OrgPost.tsx#L155
Argument of type 'InterfaceOrgPost[]' is not assignable to parameter of type 'SetStateAction<{ id: string; caption: string; creator: { id: string; name: string; }; createdAt: string; }[]>'.
|
Performs linting, formatting, type-checking, checking for different source and target branch:
src/screens/OrgPost/OrgPost.tsx#L285
Type '{ id: string; caption: string; creator: { id: string; name: string; }; createdAt: string; }[]' is not assignable to type 'InterfaceOrgPost[]'.
|
Performs linting, formatting, type-checking, checking for different source and target branch
Process completed with exit code 2.
|