From bbd105c2e4c1e0fe3e8434248959baa1dd69cb28 Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Thu, 8 Oct 2020 18:23:30 -0400 Subject: [PATCH] links: key linkItems by date --- pkg/interface/src/views/apps/links/LinkResource.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/interface/src/views/apps/links/LinkResource.tsx b/pkg/interface/src/views/apps/links/LinkResource.tsx index b4ef1086b..39cbe8bdd 100644 --- a/pkg/interface/src/views/apps/links/LinkResource.tsx +++ b/pkg/interface/src/views/apps/links/LinkResource.tsx @@ -71,10 +71,11 @@ export function LinkResource(props: LinkResourceProps) { - {Array.from(graph.values()).map((node: GraphNode) => { + {Array.from(graph).map(([date, node]) => { const contact = contactDetails[node.post.author]; return (