Skip to content

Implement Organization detail #44

Implement Organization detail

Implement Organization detail #44

Triggered via pull request June 11, 2024 10:37
Status Failure
Total duration 25s
Artifacts

netlify.yml

on: pull_request
build-dev-explorer
12s
build-dev-explorer
build-stg-explorer
16s
build-stg-explorer
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build-dev-explorer: src/components/Process/Card.tsx#L34
Type '{ showRemaining: true; fontWeight: "normal"; fontSize: "sm"; textAlign: "start"; fontStyle: "normal"; }' is not assignable to type 'IntrinsicAttributes & Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, keyof HeadingProps | "format"> & { ...; } & HeadingProps & { ...; } & { ...; }'.
build-dev-explorer: src/queries/processes.ts#L18
Argument of type '{ organizationId?: string | undefined; electionId?: string | undefined; withResults?: boolean | undefined; status?: ElectionStatus.PROCESS_UNKNOWN | ElectionStatus.ENDED | ... 4 more ... | undefined; }' is not assignable to parameter of type 'string'.
build-dev-explorer
Process completed with exit code 2.
build-stg-explorer: src/components/Process/Card.tsx#L34
Type '{ showRemaining: true; fontWeight: "normal"; fontSize: "sm"; textAlign: "start"; fontStyle: "normal"; }' is not assignable to type 'IntrinsicAttributes & Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, keyof HeadingProps | "format"> & { ...; } & HeadingProps & { ...; } & { ...; }'.
build-stg-explorer: src/queries/processes.ts#L18
Argument of type '{ organizationId?: string | undefined; electionId?: string | undefined; withResults?: boolean | undefined; status?: ElectionStatus.PROCESS_UNKNOWN | ElectionStatus.ENDED | ... 4 more ... | undefined; }' is not assignable to parameter of type 'string'.
build-stg-explorer
Process completed with exit code 2.