From 3e38cdca3e71d41d1c609b2e90f80f18ec4e075f Mon Sep 17 00:00:00 2001 From: TheFrodoDE Date: Fri, 1 Sep 2023 18:58:16 +0200 Subject: [PATCH] Revert "v1.4.3" This reverts commit 6ef360eda31bd58a6c248ca027a43b24e64ea894. --- src/components/Queue/ChatTimeline.tsx | 16 +++++++--------- src/components/Queue/VideoTimeline.tsx | 17 +++++++---------- 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/src/components/Queue/ChatTimeline.tsx b/src/components/Queue/ChatTimeline.tsx index 4daf344..6db910f 100644 --- a/src/components/Queue/ChatTimeline.tsx +++ b/src/components/Queue/ChatTimeline.tsx @@ -59,15 +59,13 @@ const QueueChatTimeline = ({ queue }: Object) => { > logs - {!queue.live_archive && ( - {" - "} - restartTask("chat_download")} - > - restart - - )} + {" - "} + restartTask("chat_download")} + > + restart + diff --git a/src/components/Queue/VideoTimeline.tsx b/src/components/Queue/VideoTimeline.tsx index e457ac1..ae46f66 100644 --- a/src/components/Queue/VideoTimeline.tsx +++ b/src/components/Queue/VideoTimeline.tsx @@ -53,16 +53,13 @@ const QueueVideoTimeline = ({ queue }: Object) => { > logs - {!queue.live_archive && ( - {" - "} - restartTask("video_download")} - > - restart - - )} - + {" - "} + restartTask("video_download")} + > + restart +