diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index bb7afc80..826e5520 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -76,56 +76,89 @@ const Debug: React.FC = () => { else localStorage.removeItem('debug') } + const CodeBox = ({ value }: { value: string }) => ( +
{value || '—'}
+ ) + + const Stat = ({ label, value }: { label: string; value?: string | number | null }) => ( + {label}: {value ?? '—'} + ) + return (

Debug / NIP-46 Tools

-
-
-
- - -
-
Active pubkey: {pubkey || 'none'}
-
- + +
+ + + Active pubkey: {pubkey || 'none'} +
+ +
+
+
+

Payload