From ee94f05c4a9733fcb5ca8d44a7b51e2b2b4b444b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=91=9E?= Date: Sat, 13 Sep 2025 17:50:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/list/types.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;