diff --git a/src/store/model/microcenter.ts b/src/store/model/microcenter.ts index 30438e2b9b..fffc6ae380 100644 --- a/src/store/model/microcenter.ts +++ b/src/store/model/microcenter.ts @@ -347,6 +347,10 @@ export const MicroCenter: Store = { container: '#pnlInventory', text: ['in stock'], }, + outOfStock: { + container: '.inventoryCnt', + text: ['0'], + }, maxPrice: { container: 'span[id="pricing"]', euroFormat: false,