Merge pull request #66 from arabcoders/dev

Fixed incorrect live stream start in date.
This commit is contained in:
Abdulmohsen 2024-01-20 13:31:56 +03:00 committed by GitHub
commit 0463d81a9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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">