diff --git a/types/list/types.ts b/types/list/types.ts index 681c8d9..f3d2fd8 100644 --- a/types/list/types.ts +++ b/types/list/types.ts @@ -182,7 +182,9 @@ export interface ListCardProps { showSkeleton?: boolean; key?: string participants: { - avatar_url: string; + user: { + avatar_url: string; + }; }[]; venue_image_list: { url: string;