Skip to content

Commit 289d462

Browse files
committed
fixed comparison bug
1 parent 8175384 commit 289d462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scvc/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ window.addEventListener('DOMContentLoaded', () => {
6969
return;
7070
}
7171

72-
if (data.action = "Flagging Candidate" && !data.reason) {
72+
if (data.action == "Flagging Candidate" && !data.reason) {
7373
alert("A reason is required for Flagging Candidates. Please select one from the dropdown before submitting.");
7474
return;
7575
}

0 commit comments

Comments
 (0)