Skip to content

Commit

Permalink
fix: remove unused prop (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored May 20, 2024
1 parent 89052fc commit 3e4f9df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/tup-components/src/mfa/MfaQRPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const MfaQRPanel: React.FC = () => {
id="text"
value={data.otpkey.value_b32}
buttonClassName="s-affixed-input-wrapper__prepend"
firstElement="input"
/>
</div>
</p>
Expand Down

0 comments on commit 3e4f9df

Please sign in to comment.