From bc65a73872cf0707d2433c289d1f04423325ed95 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 7 Jun 2025 16:46:36 +0000 Subject: fix: Use a new public list metadata endpoint for metadata generation --- apps/web/components/public/lists/PublicBookmarkGrid.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/web/components') diff --git a/apps/web/components/public/lists/PublicBookmarkGrid.tsx b/apps/web/components/public/lists/PublicBookmarkGrid.tsx index 038ac3ae..0aa16eae 100644 --- a/apps/web/components/public/lists/PublicBookmarkGrid.tsx +++ b/apps/web/components/public/lists/PublicBookmarkGrid.tsx @@ -192,6 +192,7 @@ export default function PublicBookmarkGrid({ description: string | null | undefined; icon: string; numItems: number; + ownerName: string; }; bookmarks: ZPublicBookmark[]; nextCursor: ZCursor | null; -- cgit v1.2.3-70-g09d2