Skip to content

Commit

Permalink
Revert "v1.4.3"
Browse files Browse the repository at this point in the history
This reverts commit 6ef360e.
  • Loading branch information
TheFrodo committed Sep 1, 2023
1 parent 6ef360e commit 3e38cdc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
16 changes: 7 additions & 9 deletions src/components/Queue/ChatTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,13 @@ const QueueChatTimeline = ({ queue }: Object) => {
>
logs
</span>
{!queue.live_archive && (
<span><span>{" - "}</span>
<span
className={classes.restartText}
onClick={() => restartTask("chat_download")}
>
restart
</span></span>
)}
<span>{" - "}</span>
<span
className={classes.restartText}
onClick={() => restartTask("chat_download")}
>
restart
</span>
</Text>
</Timeline.Item>

Expand Down
17 changes: 7 additions & 10 deletions src/components/Queue/VideoTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,13 @@ const QueueVideoTimeline = ({ queue }: Object) => {
>
logs
</span>
{!queue.live_archive && (
<span><span>{" - "}</span>
<span
className={classes.restartText}
onClick={() => restartTask("video_download")}
>
restart
</span></span>
)}

<span>{" - "}</span>
<span
className={classes.restartText}
onClick={() => restartTask("video_download")}
>
restart
</span>
</Text>
</Timeline.Item>

Expand Down

0 comments on commit 3e38cdc

Please sign in to comment.