We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f724d commit 548a61cCopy full SHA for 548a61c
client/components/mma/delivery/address/DeliveryAddressForm.tsx
@@ -441,7 +441,7 @@ export const DeliveryAddressUpdate = (props: WithProductType<ProductType>) => {
441
.some(({ productDetail }) => {
442
return GROUPED_PRODUCT_TYPES.subscriptions
443
.mapGroupedToSpecific(productDetail)
444
- .productType.includes('nationaldelivery');
+ .productType === 'nationaldelivery';
445
});
446
447
if (hasNationalDelivery) {
0 commit comments