resolving conflicts

This commit is contained in:
David Levin 2018-12-14 18:12:13 -08:00
parent 1bf9ab1fb5
commit 0c9e3eb6ba
1 changed files with 1 additions and 3 deletions

View File

@ -33,13 +33,11 @@ export default function getQuery( attributes, name ) {
case 'woocommerce/product-best-sellers':
query.orderby = 'popularity';
break;
<<<<<<< HEAD
case 'woocommerce/product-top-rated':
query.orderby = 'rating';
=======
break;
case 'woocommerce/product-on-sale':
query.on_sale = 1;
>>>>>>> 75e957b33c668e2ef98500fab68ecfe8ca705ac4
break;
}