Skip to content

Commit ef586a2

Browse files
committed
SCANNER
1 parent c9d62f0 commit ef586a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Scanner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const QRScanner = () => {
3434
onResult={(result, error) => {
3535
if (!!result) {
3636
handleScanned(result);
37-
window.alert("Scan Successful");
37+
window.alert("Scan Successful", result);
3838
}
3939

4040
if (!!error) {

0 commit comments

Comments
 (0)