From 08c228739a06e09b6a205feb81b83e1de1040f04 Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Tue, 29 Sep 2020 14:37:33 -0400 Subject: [PATCH] links: pass contact metadata to link items --- pkg/interface/src/views/apps/links/components/link-list.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/interface/src/views/apps/links/components/link-list.js b/pkg/interface/src/views/apps/links/components/link-list.js index 8595dcd967..6bcafccba8 100644 --- a/pkg/interface/src/views/apps/links/components/link-list.js +++ b/pkg/interface/src/views/apps/links/components/link-list.js @@ -40,7 +40,7 @@ export const LinkList = (props) => {
@@ -71,10 +71,10 @@ export const LinkList = (props) => {
{ Array.from(props.graph).map(([date, node]) => { const { nickname, color, avatar } = - getContactDetails(props.contacts[ship]); - + getContactDetails(props.contacts[node?.post?.author]); return (