fix weird print in editor (https://github.com/woocommerce/woocommerce-blocks/pull/2024)
This commit is contained in:
parent
b67e5a5f10
commit
4d1b99491d
|
@ -226,7 +226,7 @@ const BlockSettings = ( { attributes, setAttributes } ) => {
|
|||
}
|
||||
/>
|
||||
{ showReturnToCart &&
|
||||
( currentPostId !== CHECKOUT_PAGE_ID || cartPageId ) &&
|
||||
( currentPostId !== CHECKOUT_PAGE_ID || !! cartPageId ) &&
|
||||
pages && (
|
||||
<SelectControl
|
||||
label={ __(
|
||||
|
|
Loading…
Reference in New Issue