Skip to content

Commit

Permalink
Remove unused div nesting (#94089)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjchrisdiehl authored Sep 3, 2024
1 parent abd52f4 commit 9e0835e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function ContactFields( {
};

return (
<div className="contact-fields">
<>
{ shouldUseEbanx && ! shouldShowTaxFields && (
<CountrySpecificPaymentFields
countryCode={ getFieldValue( 'countryCode' ) }
Expand All @@ -57,6 +57,6 @@ export default function ContactFields( {
isDisabled={ isDisabled }
/>
) }
</div>
</>
);
}

0 comments on commit 9e0835e

Please sign in to comment.