Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
artpi committed Sep 3, 2019
1 parent 6dd3214 commit 3140e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/blocks/recurring-payments/edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ class MembershipsButtonEdit extends Component {
};

render = () => {
const { className, notices } = this.props;
const { className, notices, attributes } = this.props;
const { connected, connectURL, products } = this.state;
const align = this.props.attributes.align;
const { align } = attributes;
const inspectorControls = (
<InspectorControls>
<PanelBody title={ __( 'Product', 'jetpack' ) }>
Expand Down

0 comments on commit 3140e17

Please sign in to comment.