Skip to content

Commit

Permalink
fix: linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode committed Aug 1, 2024
1 parent 95b743d commit 7572245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-qr/src/Scan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ function Scan ({ className = '', delay = DEFAULT_DELAY, onError = DEFAULT_ERROR,
style={containerStyle}
>
<video
ref={videoRef}
className='ui--qr-Scan'
ref={videoRef}
style={style}
/>
</StyledDiv>
Expand Down

0 comments on commit 7572245

Please sign in to comment.