This commit is contained in:
Steffen 2021-01-07 20:37:50 +01:00
parent 072cd4cb77
commit 5d932780cf
1 changed files with 2 additions and 2 deletions

View File

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