mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 13:27:38 +00:00
fix(bestbuy-ca): use proper selector (#801)
This commit is contained in:
@@ -3,8 +3,8 @@ import {Store} from './store';
|
||||
export const BestBuyCa: Store = {
|
||||
labels: {
|
||||
inStock: {
|
||||
container: '#root',
|
||||
text: ['available online']
|
||||
container: '.x-product-detail-page .addToCartButton:enabled',
|
||||
text: ['Add to Cart']
|
||||
},
|
||||
maxPrice: {
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user