Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Maslov committed Sep 24, 2023
1 parent a5a07d1 commit 95602b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/scan.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import "../css/scan.css";

const BTN_TXT = {
START: "START",
STOP: "STOP",
AGAIN: "START AGAIN"
STOP: "STOP"
};

const CANVAS_SIZE = {
Expand Down

0 comments on commit 95602b5

Please sign in to comment.