We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843d8b9 commit 34e13d2Copy full SHA for 34e13d2
src/containers/Scan.js
@@ -3,7 +3,6 @@ import Scanner from '../components/Scanner/Scanner';
3
import { ActionsContext } from '../contexts/context';
4
5
const Scan = () => {
6
- // const [status, setStatus] = useState('scanning');
7
const [message, setMessage] = useState('');
8
const [serialNumber, setSerialNumber] = useState('');
9
const { actions, setActions} = useContext(ActionsContext);
0 commit comments