From 0e8451719007ff51bb01f23e1a65fd76d47b9942 Mon Sep 17 00:00:00 2001 From: Rinsvent Date: Sun, 15 Jan 2023 16:48:49 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB=20?= =?UTF-8?q?=D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA=20=D0=BA=D0=BE=D0=BB?= =?UTF-8?q?=D0=BE=D0=BD=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/elements/processes/index.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/components/elements/processes/index.tsx b/components/elements/processes/index.tsx index 8704897..ea429c7 100644 --- a/components/elements/processes/index.tsx +++ b/components/elements/processes/index.tsx @@ -114,8 +114,8 @@ export default function Processes() { Name Progress - Action Status + Action @@ -139,14 +139,6 @@ export default function Processes() { } - - {canRepeat(process) && - - } - {canKill(process) && - - } - {Status.Error === status(process) && @@ -164,6 +156,14 @@ export default function Processes() { } + + {canRepeat(process) && + + } + {canKill(process) && + + } + ))}