From 9ee370628d7c07d1f7933d6c6cb9e657ce4592a3 Mon Sep 17 00:00:00 2001 From: Shreyaschorge Date: Sat, 19 Jul 2025 02:53:18 +0530 Subject: [PATCH] if button exists then render it --- src/components/ui/tabs/ActionsTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/tabs/ActionsTab.tsx b/src/components/ui/tabs/ActionsTab.tsx index 8c418e9..6b9639e 100644 --- a/src/components/ui/tabs/ActionsTab.tsx +++ b/src/components/ui/tabs/ActionsTab.tsx @@ -149,7 +149,7 @@ export function ActionsTab() { {/* Neynar Authentication */} - + {NeynarAuthButton && } {/* Mini app actions */}