Skip to content

Commit

Permalink
fix: overlapping textarea values (#8451)
Browse files Browse the repository at this point in the history
Co-authored-by: Sandeep Rajput <90243468+sandeep-deriv@users.noreply.github.com>
  • Loading branch information
farrah-deriv and sandeep-deriv committed May 8, 2023
1 parent e7df8d2 commit 9961ed0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ const EditPaymentMethodForm = () => {
className={classNames({
'add-payment-method-form__payment-method-field':
!errors[payment_method_field[0]]?.length,
'add-payment-method-form__payment-method-field--text-area':
payment_method_field[0] === 'instructions',
})}
onChange={handleChange}
name={payment_method_field[0]}
Expand Down

1 comment on commit 9961ed0

@vercel
Copy link

@vercel vercel bot commented on 9961ed0 May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.binary.sx
deriv-app.vercel.app
deriv-app-git-master.binary.sx
binary.sx

Please sign in to comment.