Skip to content

Commit

Permalink
hide siwe tooltip when using hideTooltips option (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewsapple committed Oct 30, 2023
1 parent b472123 commit 5e20cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connectkit/src/components/Common/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ const Modal: React.FC<ModalProps> = ({
) : context.route === routes.PROFILE &&
context.signInWithEthereum ? (
<>
{!isSignedIn && (
{!isSignedIn && !context.options?.hideTooltips && (
<motion.div
style={{
position: 'absolute',
Expand Down

4 comments on commit 5e20cb6

@vercel
Copy link

@vercel vercel bot commented on 5e20cb6 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-vite – ./

connectkit-vite.vercel.app
connectkit-vite-lfe.vercel.app
connectkit-vite-git-main-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5e20cb6 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-cra – ./

connectkit-cra-git-main-lfe.vercel.app
connectkit-cra.vercel.app
connectkit-cra-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5e20cb6 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-nextjs – ./

connectkit-nextjs-git-main-lfe.vercel.app
connectkit-nextjs.vercel.app
connectkit-nextjs-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5e20cb6 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-testbench – ./

connectkit-testbench-lfe.vercel.app
connectkit-testbench-git-main-lfe.vercel.app
connectkit-testbench.vercel.app

Please sign in to comment.