From c257afc15eb81b2a1358b611db66863b1728de39 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Mon, 7 Oct 2024 12:14:48 +0200 Subject: [PATCH] progress working! --- frontend/src/scripts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index f5da8bc..9a5a3ec 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -162,7 +162,7 @@ class Main extends Component {
this.onSubmit(e)}> - progress: {this.state.uploadProgress} + progress: {this.state.uploadProgress * 100}%
} {this.state.page == "#payment" &&