Skip to content

Commit

Permalink
Bean UI - Governance page button text logic fix (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofromguy authored Jul 4, 2023
2 parents 6e3c5af + d2e6ef5 commit eaa3f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ui/src/components/Governance/Actions/Vote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const VoteForm: FC<
proposal.choices[(existingChoice as number) - 1]
}`
: 'Vote'
: `Need ${isNFT ? 'Stalk' : 'BeaNFTs'} to Vote`}
: `Need ${isNFT ? 'BeaNFTs' : 'Stalk'} to Vote`}
</LoadingButton>
</>
) : (
Expand Down

0 comments on commit eaa3f4e

Please sign in to comment.