From cd4e443c209ab33163f9a85e7c991f96b99acf90 Mon Sep 17 00:00:00 2001 From: Drew Fisher Date: Wed, 18 Oct 2023 16:13:38 -0400 Subject: [PATCH] hide siwe tooltip when using hideTooltips option --- packages/connectkit/src/components/Common/Modal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/connectkit/src/components/Common/Modal/index.tsx b/packages/connectkit/src/components/Common/Modal/index.tsx index 0e41af63..edff60db 100644 --- a/packages/connectkit/src/components/Common/Modal/index.tsx +++ b/packages/connectkit/src/components/Common/Modal/index.tsx @@ -509,7 +509,7 @@ const Modal: React.FC = ({ ) : context.route === routes.PROFILE && context.signInWithEthereum ? ( <> - {!isSignedIn && ( + {!isSignedIn && !context.options?.hideTooltips && (