1
0
Fork 0
mirror of https://github.com/bra1n/townsquare.git synced 2025-08-01 14:45:14 +00:00

added vote time (closes )

This commit is contained in:
Steffen 2021-01-07 20:25:12 +01:00
parent be89d51ae6
commit 072cd4cb77

View file

@ -30,7 +30,9 @@
<tbody>
<tr v-for="(vote, index) in session.voteHistory" :key="index">
<td>
{{ vote.timestamp.getHours() }}:{{ vote.timestamp.getMinutes() }}
{{ vote.timestamp.getHours().padStart(2, "0") }}:{{
vote.timestamp.getMinutes().padStart(2, "0")
}}
</td>
<td>{{ vote.nominator }}</td>
<td>{{ vote.nominee }}</td>