Skip to content

Commit

Permalink
content: use vote workind
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscolin committed Sep 15, 2024
1 parent 2cf35c7 commit 5c830f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/proposals/ProposalWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ onMounted(() => (title.value = `GovGen — #${proposal.value?.proposal[0].id} ${
}
"
>
{{ $t("components.WalletConnect.button") }}
{{ $t("components.ProposalVote.cta") }}
</div>
</SimpleCard>
<SimpleCard v-if="inDeposit">
Expand All @@ -537,7 +537,7 @@ onMounted(() => (title.value = `GovGen — #${proposal.value?.proposal[0].id} ${
}
"
>
{{ $t("components.WalletConnect.button") }}
{{ $t("components.ProposalVote.cta") }}

Check failure on line 540 in src/components/proposals/ProposalWrapper.vue

View workflow job for this annotation

GitHub Actions / Linting

Delete `·`
</div>
</SimpleCard>
</div>
Expand Down

0 comments on commit 5c830f5

Please sign in to comment.