aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/public/lists
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-06-07 16:46:36 +0000
committerMohamed Bassem <me@mbassem.com>2025-06-07 16:46:36 +0000
commitbc65a73872cf0707d2433c289d1f04423325ed95 (patch)
tree95de3c17907e0ea79fbca1d058263b87b3bb4c6f /apps/web/components/public/lists
parenta98f02369c5b2aea8831cbbff840fbd2ae395a7d (diff)
downloadkarakeep-bc65a73872cf0707d2433c289d1f04423325ed95.tar.zst
fix: Use a new public list metadata endpoint for metadata generation
Diffstat (limited to 'apps/web/components/public/lists')
-rw-r--r--apps/web/components/public/lists/PublicBookmarkGrid.tsx1
1 files changed, 1 insertions, 0 deletions
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;