Fixed incorrect live stream start in date.
This commit is contained in:
parent
5717b806b4
commit
46cd19f5d1
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
<div class="columns is-mobile is-multiline">
|
||||
<div class="column is-12" v-if="item.live_in">
|
||||
<span class="has-text-info">
|
||||
LIVE stream is scheduled to start at {{ moment(item.datetime).format() }}
|
||||
LIVE stream is scheduled to start at {{ moment(item.live_in).format() }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="column is-12" v-if="item.error">
|
||||
|
|
|
|||
Loading…
Reference in a new issue