Skip to content

Commit c016f51

Browse files
committed
changed live vote order
1 parent 22259a0 commit c016f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/live-vote/[season]/view-live-vote-results.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}"
99
>
1010
<div
11-
v-for="option in liveVoteResults"
11+
v-for="option in [...liveVoteResults].reverse()"
1212
:key="option.option"
1313
:data-option="option.option"
1414
:class="$style.result"

0 commit comments

Comments
 (0)