From 116afa77ebf106f9cfaf815875f4bbce386cfaa6 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 11 Aug 2024 00:16:21 +0200 Subject: [PATCH] removed tmp time --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 2249219..17c8b6f 100644 --- a/src/App.js +++ b/src/App.js @@ -185,7 +185,7 @@ function App() { console.error(error); showErrorMessage(); setProcessStatus(""); - setRemainingTimeProgress(10); + setRemainingTimeProgress(0); }); }) .catch((err) => console.error(err));