Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
leonthuongto committed Jan 10, 2025
1 parent bc2a61c commit edcbafa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Vault/WithdrawRequestForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export const WithdrawRequestForm = ({ currency, changeModal, token, onRedirect }
onCurrencySet(id)
}, [currency, onCurrencySet])

console.log('inputError', inputError)
return (
<div style={{ position: 'relative', padding: isMobile ? '0px 10px 0px 10px' : '' }}>
<Column style={{ gap: '25px', marginTop: '18px' }}>
Expand Down

0 comments on commit edcbafa

Please sign in to comment.