Create components needed for edit profile page #24
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
build:
src/__mocks__/mentors.ts#L24
Type 'string' is not assignable to type 'Date'.
|
build:
src/__mocks__/mentors.ts#L25
Type 'string' is not assignable to type 'Date'.
|
build:
src/__mocks__/mentors.ts#L32
Type '"Technical"' is not assignable to type '"DEFAULT" | "ADMIN"'.
|
build:
src/__mocks__/mentors.ts#L57
Type 'string' is not assignable to type 'Date'.
|
build:
src/__mocks__/mentors.ts#L58
Type 'string' is not assignable to type 'Date'.
|
build:
src/__mocks__/mentors.ts#L65
Type '"Business"' is not assignable to type '"DEFAULT" | "ADMIN"'.
|
build:
src/__mocks__/mentors.ts#L89
Type 'string' is not assignable to type 'Date'.
|
build:
src/__mocks__/mentors.ts#L90
Type 'string' is not assignable to type 'Date'.
|
build:
src/__mocks__/mentors.ts#L97
Type '"Design"' is not assignable to type '"DEFAULT" | "ADMIN"'.
|
build:
src/components/ChangePasswordForm/ChangePasswordForm.component.tsx#L2
'message' is declared but its value is never read.
|