diff --git a/plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/edit.tsx b/plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/edit.tsx index 38a5ebbbad7..91156d2396e 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/edit.tsx +++ b/plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/edit.tsx @@ -93,23 +93,28 @@ export const Edit = ( { ) }
- - { showReturnToCart && ( - - ) } - - { - setAttributes( { - placeOrderButtonLabel: content, - } ); - } } - /> +
+ + { showReturnToCart && ( + + ) } + + { + setAttributes( { + placeOrderButtonLabel: content, + } ); + } } + /> +
);