Skip to content

Commit 61969c0

Browse files
committed
lint
1 parent 788f271 commit 61969c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qr-file-reader/PdfViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const PdfJsViewer = ({ fileUrl }: { fileUrl: string }) => {
161161
};
162162
const readAll = async () => {
163163
detectQRCode(canvasRef.current);
164-
}
164+
};
165165
return (
166166
<div>
167167
<input type="file" accept="application/pdf" onChange={handleFileChange} />

0 commit comments

Comments
 (0)