Skip to content

Commit

Permalink
fix(microcenter): properly flag in stock items (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
hifihedgehog committed Jan 20, 2021
1 parent 5f0c656 commit ce609fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/config.ts
Expand Up @@ -402,6 +402,7 @@ const store = {
'ryzen5800',
'ryzen5900',
'ryzen5950',
'sf',
'sonyps5c',
'sonyps5de',
'xboxss',
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/microcenter.ts
Expand Up @@ -218,7 +218,7 @@ export const MicroCenter: Store = {
currency: '$',
labels: {
inStock: {
container: '#cart-options',
container: '#pnlInventory',
text: ['in stock'],
},
maxPrice: {
Expand Down

0 comments on commit ce609fb

Please sign in to comment.