From 3c367660fae2ad541903e988cc7165825fe729f6 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Mon, 7 Oct 2024 12:17:30 +0200 Subject: [PATCH] rozumny procenta --- 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 9a5a3ec..e5690bf 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 * 100}% + progress: {(this.state.uploadProgress * 100).toFixed(1)}%
} {this.state.page == "#payment" &&