diff --git a/src/components/PostEditor/PostTextarea/MentionNode.tsx b/src/components/PostEditor/PostTextarea/MentionNode.tsx index a83991f6..bfcf6195 100644 --- a/src/components/PostEditor/PostTextarea/MentionNode.tsx +++ b/src/components/PostEditor/PostTextarea/MentionNode.tsx @@ -8,10 +8,7 @@ export default function MentionNode(props: NodeViewRendererProps & { selected: b return ( {'@'} {profile ? profile.username : formatUserId(props.node.attrs.id)}