diff --git a/src/components/modals/VoteHistoryModal.vue b/src/components/modals/VoteHistoryModal.vue index df43c1d..ae2d7e1 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,18 @@ {{ vote.nominator }} {{ vote.nominee }} {{ vote.type }} - {{ vote.votes.length }} / {{ vote.majority }} + {{ vote.votes.length }} {{ vote.votes.join(", ") }} - + +