From 46cd19f5d1b9fd93cdd9196e8834799017f88088 Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Sat, 20 Jan 2024 12:53:56 +0300 Subject: [PATCH] Fixed incorrect live stream start in date. --- frontend/src/components/Page-Completed.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Page-Completed.vue b/frontend/src/components/Page-Completed.vue index 13425081..a13156fa 100644 --- a/frontend/src/components/Page-Completed.vue +++ b/frontend/src/components/Page-Completed.vue @@ -91,7 +91,7 @@
- LIVE stream is scheduled to start at {{ moment(item.datetime).format() }} + LIVE stream is scheduled to start at {{ moment(item.live_in).format() }}