diff --git a/src/components/modals/VoteHistoryModal.vue b/src/components/modals/VoteHistoryModal.vue index ae2d7e1..8295ea6 100644 --- a/src/components/modals/VoteHistoryModal.vue +++ b/src/components/modals/VoteHistoryModal.vue @@ -15,31 +15,43 @@
Time | Nominator | Nominee | Type | Votes | -Majority | +
+ |
|
+ {{ vote.timestamp.getHours().toString().padStart(2, "0") }}:{{ + vote.timestamp.getMinutes().toString().padStart(2, "0") + }} + | {{ vote.nominator }} | {{ vote.nominee }} | {{ vote.type }} | -{{ vote.votes.length }} |
- |
-
- |
+ + {{ vote.votes.join(", ") }} |