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

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Aug 22, 2022
1 parent 9274aca commit a69a568
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion assets/js/atomic/blocks/product-elements/button/edit.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* External dependencies
*/
import { __ } from '@wordpress/i18n';
import { Disabled } from '@wordpress/components';
import { useBlockProps } from '@wordpress/block-editor';
import { useEffect } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion assets/js/atomic/blocks/product-elements/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
}
}

.wp-block-button.wc-block-components-product-button[data-is-descendent-of-query-loop='true'] {
.wp-block-button.wc-block-components-product-button[data-is-descendent-of-query-loop="true"] {
text-align: center;
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if ( isExperimentalBuild() ) {
justification: 'center',
},
},
[ 'woocommerce/product-button' ],
[ [ 'woocommerce/product-button' ] ],
],
],
[ 'core/query-pagination' ],
Expand Down

0 comments on commit a69a568

Please sign in to comment.