Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmrauston committed Feb 20, 2024
1 parent b404ca9 commit d933ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/scan.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const QrScanner = dynamic(
)

export default function Scanner() {
const [decodedResult, setDecodedResult] = useState('')
const router = useRouter()

// Handle the decoded result
const handleDecode = result => {
Expand Down

0 comments on commit d933ee8

Please sign in to comment.