diff --git a/packages/desktop/components/popup/popups/VoteForProposalPopup.svelte b/packages/desktop/components/popup/popups/VoteForProposalPopup.svelte index 7959baf8a7..b5e141ceb3 100644 --- a/packages/desktop/components/popup/popups/VoteForProposalPopup.svelte +++ b/packages/desktop/components/popup/popups/VoteForProposalPopup.svelte @@ -1,19 +1,19 @@ -
- - {localize('popups.voteForProposal.title')} - - - {localize('popups.voteForProposal.body', { - values: { - proposal: $selectedProposal?.title, - }, - })} - -
+ {#if !hasVotingPower} @@ -60,21 +76,5 @@ })} /> {/if} - - -