diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index bf133cc5..8ee4b82a 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -550,10 +550,10 @@ const Debug: React.FC = ({ relayPool }) => {
{getKindName(evt.kind)}
{dTag &&
d-tag: {dTag}
} {titleTag &&
title: {titleTag}
} -
- Size: {formatBytes(size)} - Public: {counts.public} - {counts.private > 0 && 🔒 Has encrypted content} +
+
Size: {formatBytes(size)}
+
Public: {counts.public}
+ {counts.private > 0 &&
🔒 Has encrypted content
}
ID: {evt.id}