3 lines
385 B
Plaintext
3 lines
385 B
Plaintext
apps/website/components/teams/TeamAdmin.tsx(177,17): error TS2322: Type '{ key: string; driverId: string; requestedAt: string; onApprove: () => void; onReject: () => void; isApproving: boolean; isRejecting: boolean; }' is not assignable to type 'IntrinsicAttributes & JoinRequestItemProps'.
|
|
Property 'requestedAt' does not exist on type 'IntrinsicAttributes & JoinRequestItemProps'.
|