Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
remove order note (#2318)
Browse files Browse the repository at this point in the history
  • Loading branch information
senadir authored Apr 28, 2020
1 parent e98d54e commit 56056b0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions assets/js/blocks/cart-checkout/checkout/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,13 +347,6 @@ const Checkout = ( { attributes, scrollToTop } ) => {
}
/>
) }
{ /*@todo This is not implemented*/ }
<CheckboxControl
className="wc-block-checkout__add-note"
label="Add order notes?"
checked={ false }
onChange={ () => null }
/>
</FormStep>
) }
{ cartNeedsPayment && (
Expand Down

0 comments on commit 56056b0

Please sign in to comment.