diff --git a/src/components/modals/VoteHistoryModal.vue b/src/components/modals/VoteHistoryModal.vue index df43c1d..e9ba001 100644 --- a/src/components/modals/VoteHistoryModal.vue +++ b/src/components/modals/VoteHistoryModal.vue @@ -20,7 +20,7 @@ Type Votes Hand up - Passed + Majority @@ -28,13 +28,17 @@ {{ vote.nominator }} {{ vote.nominee }} {{ vote.type }} - {{ vote.votes.length }} / {{ vote.majority }} + {{ vote.votes.length }} {{ vote.votes.join(", ") }} - + {{ vote.majority }} +