Skip to content

Commit 548a61c

Browse files
Update client/components/mma/delivery/address/DeliveryAddressForm.tsx
Co-authored-by: Andrew Howe-Ely <[email protected]>
1 parent a9f724d commit 548a61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/mma/delivery/address/DeliveryAddressForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ export const DeliveryAddressUpdate = (props: WithProductType<ProductType>) => {
441441
.some(({ productDetail }) => {
442442
return GROUPED_PRODUCT_TYPES.subscriptions
443443
.mapGroupedToSpecific(productDetail)
444-
.productType.includes('nationaldelivery');
444+
.productType === 'nationaldelivery';
445445
});
446446

447447
if (hasNationalDelivery) {

0 commit comments

Comments
 (0)