From 835e8594d7d2f99b3b95e65f2ea842fb7252ddfd Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 26 Aug 2026 05:26:11 -0700 Subject: [PATCH] Feed the authenticated wallet into the reply thread modal Pass appData to RecentPosts on the / and /posts/recent routes so the post thread modal's reply form receives the authenticated web wallet. Fixes 'Failed to broadcast: Memo reply requires a wallet.' By specifier. --- src/components/app-body/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/app-body/index.js b/src/components/app-body/index.js index 372c334..78241d3 100644 --- a/src/components/app-body/index.js +++ b/src/components/app-body/index.js @@ -37,14 +37,14 @@ function AppBody (props) { return ( <> - } /> + } /> } /> } /> } /> } /> } /> } /> - } /> + } /> } /> } /> } />