diff --git a/src/components/PostViewer.tsx b/src/components/PostViewer.tsx
index 6779888..94edb17 100644
--- a/src/components/PostViewer.tsx
+++ b/src/components/PostViewer.tsx
@@ -752,7 +752,7 @@ export function PostViewer({ windowId }: PostViewerProps = {}) {
-
+
{relayStates.map((relay) => {
// Get relay connection state from pool
const poolRelay = relayPoolMap?.get(relay.url);
@@ -799,7 +799,7 @@ export function PostViewer({ windowId }: PostViewerProps = {}) {
{/* Status indicator */}
-
+
{relay.status === "publishing" && (
)}