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 ( - + ); }