Skip to content

Commit

Permalink
add autoComplete off property
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharqiewicz committed Feb 16, 2024
1 parent d9c9240 commit 4eeae94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/bridge/Redeem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function Redeem(props: RedeemProps): JSX.Element {
<label className="label flex align-center">
<span className="text-sm">{`Max redeemable: ${nativeToDecimal(
selectedVault?.redeemableTokens?.toString() || 0,
).toFixed(2)}
).toFixed(2)}
${selectedAsset?.code}`}</span>
</label>
<LabelledInputField
Expand All @@ -163,6 +163,7 @@ function Redeem(props: RedeemProps): JSX.Element {
type="text"
style={{ marginTop: 8 }}
className="border-base-400 bg-base-200"
autoComplete="off"
/>
<FeeBox
amountNative={amountNative}
Expand Down

0 comments on commit 4eeae94

Please sign in to comment.