Skip to content

Commit

Permalink
fix vsr withdaraw (#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 authored Oct 26, 2023
1 parent 350d27c commit 6a1c4cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VoteStakeRegistry/components/Account/LockTokensAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ const LockTokensAccount: React.FC<{

const depositMint =
!mint?.supply.isZero() ||
config?.account.communityTokenConfig.maxVoterWeightAddin
config?.account.communityTokenConfig.maxVoterWeightAddin ||
realm?.account.communityMint
? realm?.account.communityMint
: !councilMint?.supply.isZero()
? realm?.account.config.councilMint
Expand Down

1 comment on commit 6a1c4cf

@vercel
Copy link

@vercel vercel bot commented on 6a1c4cf Oct 26, 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:

governance-ui – ./

governance-ui-git-main-solana-labs.vercel.app
app.realms.today
governance-ui-solana-labs.vercel.app

Please sign in to comment.