Skip to content

Commit

Permalink
fix: remove width/height props
Browse files Browse the repository at this point in the history
  • Loading branch information
leggomuhgreggo committed Feb 8, 2022
1 parent 3ada119 commit fc249ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ const QRCode = ({
size + quietZone * 2,
size + quietZone * 2
].join(' ')}
width={size}
height={size}
style={style}
preserveAspectRatio={preserveAspectRatio}
>
Expand Down

0 comments on commit fc249ca

Please sign in to comment.