From 701f6dfeccafadb21cca4efbd0ad3ce680628fc8 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Wed, 9 Oct 2024 16:41:29 +0200 Subject: [PATCH] new check for zero --- frontend/src/scripts/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index 7c040a9..c212e0b 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -27,6 +27,7 @@ class Main extends Component { progress: false, currentImage: 0, uploadProgress: 0.0, + login_status: {}, }; fetch(addr_prefix + "/api/results").then(resp => resp.json()).then(json => { this.setState({results: json})