diff --git a/src/components/PageComponents/Map/NodeDetail.tsx b/src/components/PageComponents/Map/NodeDetail.tsx index 506b814d..4e57f75a 100644 --- a/src/components/PageComponents/Map/NodeDetail.tsx +++ b/src/components/PageComponents/Map/NodeDetail.tsx @@ -54,8 +54,11 @@ export const NodeDetail = ({ node }: NodeDetailProps) => {
- -
+ +
{ + // Required to prevent DM tooltip auto-appearing on creation + e.stopPropagation(); + }}> {node.user?.publicKey && node.user?.publicKey.length > 0 ? (