From 598815ba5cf087b6aa7322c6443fd0bb08a1c50a Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 13 Feb 2023 00:13:02 -0800 Subject: [PATCH] fileflows code cleanup --- src/widgets/fileflows/component.jsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/widgets/fileflows/component.jsx b/src/widgets/fileflows/component.jsx index 1b0225442..7065a655d 100755 --- a/src/widgets/fileflows/component.jsx +++ b/src/widgets/fileflows/component.jsx @@ -25,21 +25,13 @@ export default function Component({ service }) { ); } - - function fromTime(value) { - if (!value) { - fileflowsData.time = "0:00"; - return fileflowsData.time; - } - return fileflowsData.time; - } return ( - + ); }