Skip to content

Commit 72e26b4

Browse files
authored
fix: update selector for newegg product price (#3221)
1 parent 1632ef5 commit 72e26b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/store/model/newegg.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ export const Newegg: Store = {
1919
},
2020
],
2121
maxPrice: {
22-
container: '.price-current',
22+
container: '.product-pane .price-current',
2323
},
2424
outOfStock: [
2525
{
26-
container: '.product-inventory',
27-
text: [' out of stock.'],
26+
container: '.product-buy',
27+
text: ['out of stock'],
2828
},
2929
{
3030
container: '.product-flag',

0 commit comments

Comments
 (0)