Skip to content

Commit

Permalink
feature/map-logic
Browse files Browse the repository at this point in the history
qrcode router.push로 변경..
#15
  • Loading branch information
moana16 committed Sep 27, 2022
1 parent 4cdd8fc commit 3e1a993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/qrcode/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function QrcodeScanner() {
if (response.data.code == 200) {
console.log("DONE");
setHasRendered(false);
router.replace("/../map");
router.push("/../map");
}
}
};
Expand Down

0 comments on commit 3e1a993

Please sign in to comment.