From de0f5871744cb9c87225090cf63db5bc68561283 Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 17 Oct 2025 20:21:24 +0200 Subject: [PATCH] refactor: display bookmark event stats on separate lines --- src/components/Debug.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}