mirror of https://github.com/bra1n/townsquare.git
bugfix
This commit is contained in:
parent
072cd4cb77
commit
5d932780cf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue