We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b176d commit afa7279Copy full SHA for afa7279
1 file changed
frontend/src/components/Scanner.tsx
@@ -41,8 +41,8 @@ const Scanner = () => {
41
? "invalid"
42
: "error";
43
44
- // setStatus(newStatus);
45
- setStatus("invalid")
+ setStatus(newStatus);
+ // setStatus("invalid")
46
} catch (e) {
47
console.error("Validation failed", e);
48
setStatus("error");
0 commit comments