Skip to content

Commit

Permalink
fix: 🐛 resolved issue with tax field (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
likhith-deriv authored May 23, 2023
1 parent 561dce6 commit 5545231
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,10 +423,7 @@ const PersonalDetailsForm = ({
placeholder={localize('Tax Identification Number')}
warn={warning_items?.tax_identification_number}
data-testid='tax_identification_number'
disabled={
isFieldImmutable('tax_identification_number', editable_fields) ||
(values?.tax_identification_number && has_real_account)
}
disabled={isFieldImmutable('tax_identification_number', editable_fields)}
/>
<div
data-testid='tax_identification_number_pop_over'
Expand Down

0 comments on commit 5545231

Please sign in to comment.