Implement elections list #25
Annotations
3 errors
src/components/Process/Card.tsx#L30
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 & { ...; } & { ...; }'.
|
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'.
|
|
This job failed
Loading