From f80570a1acabe470eeb8da5498d31a7795690cf9 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Sat, 17 Aug 2024 16:13:15 +0800 Subject: [PATCH] More debug --- packages/web/components/templates/library/LibraryContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/templates/library/LibraryContainer.tsx b/packages/web/components/templates/library/LibraryContainer.tsx index 5042f57b3..b6f16d409 100644 --- a/packages/web/components/templates/library/LibraryContainer.tsx +++ b/packages/web/components/templates/library/LibraryContainer.tsx @@ -830,7 +830,7 @@ export function LibraryContainer(props: LibraryContainerProps): JSX.Element { router.push(`${viewerData?.profile.username}/${item.node.slug}`) }} > - {item.node.title} + {item.cursor}: {item.node.title} ) })}