From 64cf1c65c19bf8fa4f6c9ebba6583314a9e7e3cd Mon Sep 17 00:00:00 2001 From: highperfocused Date: Wed, 28 May 2025 23:50:42 +0200 Subject: [PATCH] Set NostrProvider debug mode to false for production readiness --- components/nostr-client-wrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/nostr-client-wrapper.tsx b/components/nostr-client-wrapper.tsx index 0f7309e..d20c43e 100644 --- a/components/nostr-client-wrapper.tsx +++ b/components/nostr-client-wrapper.tsx @@ -13,7 +13,7 @@ export default function NostrClientWrapper({ children: ReactNode }) { return ( - + {children} );