Skip to content

Commit

Permalink
fix: flashing icon bug
Browse files Browse the repository at this point in the history
  • Loading branch information
k0beLeenders authored and chambaz committed Nov 28, 2023
1 parent a52de37 commit dd10b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/marginfi-v2-ui/src/hooks/useWalletContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ const WalletProvider = ({ children }: { children: React.ReactNode }) => {
<WalletContext.Provider
value={{
connecting: walletContextState?.connecting,
connected: Boolean(walletContextState?.connected || web3Auth?.connected),
connected: Boolean(walletContextState?.connected),
web3AuthConncected: web3Auth?.connected,
wallet,
walletAddress: wallet?.publicKey as PublicKey,
Expand Down

3 comments on commit dd10b70

@vercel
Copy link

@vercel vercel bot commented on dd10b70 Nov 28, 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:

omni – ./apps/omni

omni-mrgn.vercel.app
omni-git-production-mrgn.vercel.app
omni-one.vercel.app
omni.marginfi.com

@vercel
Copy link

@vercel vercel bot commented on dd10b70 Nov 28, 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:

marginfi-landing-page – ./apps/marginfi-landing-page

marginfi-landing-page.vercel.app
www.marginfi.com
marginfi-landing-page-git-production-mrgn.vercel.app
marginfi-landing-page-mrgn.vercel.app
marginfi.com

@vercel
Copy link

@vercel vercel bot commented on dd10b70 Nov 28, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.