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 23, 2024
1 parent 2237c73 commit f11ff2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/verifier/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ function App() {
variant: 'error',
});
});

ndef.addEventListener('reading', (data: any) => {
enqueueSnackbar(`> Serial Number: ${JSON.stringify(data)}`, {
enqueueSnackbar(`${JSON.stringify(data)}`, {
variant: 'info',
});
});
Expand Down

0 comments on commit f11ff2d

Please sign in to comment.