♻️ Move country check into PricingDescription

This commit is contained in:
Philipp Stracker 2024-12-12 17:48:09 +01:00
parent fe978a5ea0
commit b89164e1ea
No known key found for this signature in database
3 changed files with 7 additions and 4 deletions

View file

@ -59,7 +59,7 @@ const StepPaymentMethods = ( {} ) => {
type="radio"
></SelectBox>
</SelectBoxWrapper>
<PricingDescription country={ storeCountry } />
<PricingDescription />
</div>
</div>
);