Skip to content

fix: 프로젝트 조회 시 의뢰자 닉네임 추가 #22

fix: 프로젝트 조회 시 의뢰자 닉네임 추가

fix: 프로젝트 조회 시 의뢰자 닉네임 추가 #22

Triggered via pull request November 8, 2024 15:47
Status Failure
Total duration 1m 7s
Artifacts

client__test-static.yml

on: pull_request
compile_and_lint
57s
compile_and_lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors
compile_and_lint
Property 'nickname' is missing in type '{ clientAddress: { detail: string; street: string; }; likesCount: number; additionalStyles: SerializedStyles; }' but required in type 'ProjectManagementProps'.
compile_and_lint
Type '{ clientAddress: { detail: string; street: string; }; likesCount: number; }' is not assignable to type 'Partial<{ nickname: string; clientAddress: { detail: string; street: string; }; likesCount: number; additionalStyles?: SerializedStyles | undefined; }> & { ...; }'.
compile_and_lint
Property 'nickname' is missing in type '{ additionalStyles: SerializedStyles; clientAddress: { detail: string; street: string; }; likesCount: number; }' but required in type 'ProjectManagementProps'.
compile_and_lint
Process completed with exit code 2.