Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Oct 28, 2024
1 parent 2a52d8b commit b9e6b69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/verifier/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ import { WalrusDID } from '@zktx.io/walrus-did';
function App() {
const [disabled, setDisabled] = useState<boolean>(false);
const [randomNumber, setRandomNumber] = useState<string>('');
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const [isNFC, setIsNFC] = useState<boolean>(false);
const [init, setInit] = useState<boolean>(false);

// eslint-disable-next-line @typescript-eslint/no-unused-vars
const handleNFCScan = async () => {
try {
const ndef = new (window as any).NDEFReader();
Expand Down

0 comments on commit b9e6b69

Please sign in to comment.