diff --git a/src/components/ChatViewer.tsx b/src/components/ChatViewer.tsx index 387cfe9..ef3b89b 100644 --- a/src/components/ChatViewer.tsx +++ b/src/components/ChatViewer.tsx @@ -866,6 +866,15 @@ export function ChatViewer({
{headerPrefix} + {/* Show lock icon for encrypted conversations */} + {protocol === "nip-17" && ( +
+ +
+ )} @@ -1015,15 +1024,6 @@ export function ChatViewer({ ) : ( )} - {/* Show lock icon for encrypted conversations */} - {protocol === "nip-17" && ( -
- -
- )}