diff --git a/src/components/contentDisplay/topicHeader/TopicHeader.tsx b/src/components/contentDisplay/topicHeader/TopicHeader.tsx index 100fb36a..3f7f05c5 100644 --- a/src/components/contentDisplay/topicHeader/TopicHeader.tsx +++ b/src/components/contentDisplay/topicHeader/TopicHeader.tsx @@ -19,7 +19,7 @@ export default function TopicHeader(props: Props) { if (isLoading && !data) return ; return ( -
+
{error && ( e.stopPropagation()} - > - {segment.text} - + <> + {segment.mention?.did && ( + e.stopPropagation()} + > + + {segment.text} + + + )} + ), }); } else if (segment.isLink()) { @@ -61,12 +68,12 @@ export default function PostText(props: Props) { - +
+ Link -