mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 04:07:36 +00:00
fix(microcenter): properly flag in stock items (#1754)
This commit is contained in:
@@ -402,6 +402,7 @@ const store = {
|
||||
'ryzen5800',
|
||||
'ryzen5900',
|
||||
'ryzen5950',
|
||||
'sf',
|
||||
'sonyps5c',
|
||||
'sonyps5de',
|
||||
'xboxss',
|
||||
|
||||
@@ -218,7 +218,7 @@ export const MicroCenter: Store = {
|
||||
currency: '$',
|
||||
labels: {
|
||||
inStock: {
|
||||
container: '#cart-options',
|
||||
container: '#pnlInventory',
|
||||
text: ['in stock'],
|
||||
},
|
||||
maxPrice: {
|
||||
|
||||
Reference in New Issue
Block a user