Add shouldShowItemId #5158
Annotations
3 errors
types:
src/pages/organizers/[organizerId]/ownerships/index.page.tsx#L150
Property 'shouldShowItemId' is missing in type '{ requests: OwnershipRequest[]; onDelete: Dispatch<SetStateAction<OwnershipRequest>>; }' but required in type '{ requests: OwnershipRequest[]; shouldShowItemId: boolean; }'.
|
types:
src/pages/organizers/[organizerId]/ownerships/index.page.tsx#L181
Property 'shouldShowItemId' is missing in type '{ requests: OwnershipRequest[]; onApprove: (request: OwnershipRequest) => void; onReject: (request: OwnershipRequest) => void; }' but required in type '{ requests: OwnershipRequest[]; shouldShowItemId: boolean; }'.
|
types
Process completed with exit code 2.
|