Skip to content

Commit

Permalink
fix: remove qr shaded region
Browse files Browse the repository at this point in the history
  • Loading branch information
TeeGoood committed Aug 4, 2024
1 parent 74e28af commit 01e7c43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/rpkm/staff/home/qrscanner/QRScanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React, { useEffect } from 'react';
import { motion } from 'framer-motion';
import { Html5Qrcode } from 'html5-qrcode';

import './style.css';
interface ScanProps {
sendCheckInRequest: (
mode: 'userId' | 'studentId',
Expand Down
3 changes: 3 additions & 0 deletions src/components/rpkm/staff/home/qrscanner/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#qr-shaded-region, #qr-canvas {
display: none;
}

0 comments on commit 01e7c43

Please sign in to comment.