-
}
- >
- { __(
- 'Add another condition',
- 'google-listings-and-ads'
- ) }
-
- }
- modal={
-
- }
- />
-
- ) }
- >
+ return {
+ ...rate,
+ options: {
+ ...rate.options,
+ free_shipping_threshold:
+ numberValue > 0 ? numberValue : undefined,
+ },
+ };
+ } )
);
};
@@ -143,10 +58,11 @@ const MinimumOrderCard = ( { value = [], helper, onChange } ) => {
) }