diff --git a/pkg/interface/src/views/apps/chat/ChatResource.tsx b/pkg/interface/src/views/apps/chat/ChatResource.tsx index 743f93ecf2..f335531c57 100644 --- a/pkg/interface/src/views/apps/chat/ChatResource.tsx +++ b/pkg/interface/src/views/apps/chat/ChatResource.tsx @@ -89,7 +89,7 @@ function ChatResource(props: ChatResourceProps) { props.association.resource, msg.index ); - return `${url}\n`; + return `${url}\n~${msg.author} : `; }, [association] );