From 40274bed637e772df7cdfa83960005eb3a66bce8 Mon Sep 17 00:00:00 2001 From: philipjiang <4485541+Uh-huh-Philip@users.noreply.github.com> Date: Sun, 14 Mar 2021 16:07:37 +1300 Subject: [PATCH 1/8] feat(store): add MightyApe, NoelLeeming and TheWarehouse (NZ) --- src/store/model/index.ts | 6 ++++ src/store/model/mightyape.ts | 52 +++++++++++++++++++++++++++++++++ src/store/model/noelleeming.ts | 45 ++++++++++++++++++++++++++++ src/store/model/thewarehouse.ts | 50 +++++++++++++++++++++++++++++++ 4 files changed, 153 insertions(+) create mode 100644 src/store/model/mightyape.ts create mode 100644 src/store/model/noelleeming.ts create mode 100644 src/store/model/thewarehouse.ts diff --git a/src/store/model/index.ts b/src/store/model/index.ts index 3a05e1d476..eb0b91a65f 100644 --- a/src/store/model/index.ts +++ b/src/store/model/index.ts @@ -86,6 +86,7 @@ import {Medimax} from './medimax'; import {Megekko} from './megekko'; import {MemoryExpress} from './memoryexpress'; import {MicroCenter} from './microcenter'; +import {MightyApe} from './mightyape'; import {Mindfactory} from './mindfactory'; import {Msy} from './msy'; import {Mwave} from './mwave'; @@ -93,6 +94,7 @@ import {NetonnetNO} from './netonnet-no'; import {Newegg} from './newegg'; import {NeweggCa} from './newegg-ca'; import {NeweggSg} from './newegg-sg'; +import {NoelLeeming} from './noelleeming'; import {Notebooksbilliger} from './notebooksbilliger'; import {Novatech} from './novatech'; import {NovoAtalho} from './novoatalho'; @@ -130,6 +132,7 @@ import {Store} from './store'; import {StormComputers} from './storm'; import {Target} from './target'; import {TescoIE} from './tesco-ie'; +import {TheWarehouse} from './thewarehouse'; import {TopAchat} from './topachat'; import {ToysRUs} from './toysrus'; import {Umart} from './umart'; @@ -233,6 +236,7 @@ export const storeList = new Map([ [Ldlc.name, Ldlc], [MemoryExpress.name, MemoryExpress], [MicroCenter.name, MicroCenter], + [MightyApe.name, MightyApe], [Mindfactory.name, Mindfactory], [Msy.name, Msy], [Mwave.name, Mwave], @@ -240,6 +244,7 @@ export const storeList = new Map([ [Newegg.name, Newegg], [NeweggCa.name, NeweggCa], [NeweggSg.name, NeweggSg], + [NoelLeeming.name, NoelLeeming], [Notebooksbilliger.name, Notebooksbilliger], [Novatech.name, Novatech], [NovoAtalho.name, NovoAtalho], @@ -276,6 +281,7 @@ export const storeList = new Map([ [StormComputers.name, StormComputers], [Target.name, Target], [TescoIE.name, TescoIE], + [TheWarehouse.name, TheWarehouse], [TopAchat.name, TopAchat], [ToysRUs.name, ToysRUs], [Umart.name, Umart], diff --git a/src/store/model/mightyape.ts b/src/store/model/mightyape.ts new file mode 100644 index 0000000000..a7fd43d6fa --- /dev/null +++ b/src/store/model/mightyape.ts @@ -0,0 +1,52 @@ +import {Store} from './store'; + +export const MightyApe: Store = { + currency: '$', + labels: { + inStock: [ + { + container: + 'body > div.page-container > div.page.listing.details.not-in-trolley.category.category-games.category-controllers > div > main > section.product-summary-top > div > div > div.product-summary > div.trolley-button-and-product-options > div.trolley-button-section > div.purchase-options > form > div > button', + text: ['Add to Trolley'], + }, + ], + outOfStock: [ + { + container: + 'body > div.page-container > div.page.listing.details.not-in-trolley.category.category-games.category-ps5-consoles > div > main > section.product-summary-top > div > div > div.product-summary.unavailable > div.pricing-stock > div > div.status', + text: [' Unavailable '], + }, + ] + }, + links: [ + { + brand: 'sony', + model: 'ps5 console', + series: 'sonyps5c', + url: + 'https://www.mightyape.co.nz/product/sony-playstation-5-console/31675007', + }, + { + brand: 'sony', + model: 'ps5 digital', + series: 'sonyps5de', + url: + 'https://www.mightyape.co.nz/product/sony-playstation-5-digital-edition-console/33505481', + }, + { + brand: 'microsoft', + model: 'xbox series x', + series: 'xboxsx', + url: + 'https://www.mightyape.co.nz/product/xbox-series-x-console/30472387', + }, + { + brand: 'microsoft', + model: 'xbox series s', + series: 'xboxss', + url: + 'https://www.mightyape.co.nz/product/xbox-series-s-all-digital-console/33856647', + } + ], + name: 'mightyApe', +}; diff --git a/src/store/model/noelleeming.ts b/src/store/model/noelleeming.ts new file mode 100644 index 0000000000..c500402897 --- /dev/null +++ b/src/store/model/noelleeming.ts @@ -0,0 +1,45 @@ +import {Store} from './store'; + +export const NoelLeeming: Store = { + currency: '$', + labels: { + inStock: [ + { + container: + '#bd > div.product__hero > div > div.columns.product__info.medium-6.small-12 > div.product__price-cart.mbs.row > div:nth-child(3) > div > div.product__cta-buttons.columns.small-12 > form > button > strong', + text: ['Buy Now'], + }, + ] + }, + links: [ + { + brand: 'sony', + model: 'ps5 console', + series: 'sonyps5c', + url: + 'https://www.noelleeming.co.nz/prod192865.html', + }, + { + brand: 'sony', + model: 'ps5 digital', + series: 'sonyps5de', + url: + 'https://www.noelleeming.co.nz/prod192879.html', + }, + { + brand: 'microsoft', + model: 'xbox series x', + series: 'xboxsx', + url: + 'https://www.noelleeming.co.nz/prod193770.html', + }, + { + brand: 'microsoft', + model: 'xbox series s', + series: 'xboxss', + url: + 'https://www.noelleeming.co.nz/prod200475.html', + } + ], + name: 'noelleeming', +}; diff --git a/src/store/model/thewarehouse.ts b/src/store/model/thewarehouse.ts new file mode 100644 index 0000000000..97ff4793c4 --- /dev/null +++ b/src/store/model/thewarehouse.ts @@ -0,0 +1,50 @@ +import {Store} from './store'; + +export const TheWarehouse: Store = { + currency: '$', + labels: { + inStock: [ + { + container: + '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > button > span', + text: ['Add to Cart','Find in Store'], + }, + ], + outOfStock: { + container: + '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > button > span', + text: ['Out of Stock'], + }, + }, + links: [ + { + brand: 'sony', + model: 'ps5 console', + series: 'sonyps5c', + url: + 'https://www.thewarehouse.co.nz/R2695122.html', + }, + { + brand: 'sony', + model: 'ps5 digital', + series: 'sonyps5de', + url: + 'https://www.thewarehouse.co.nz/R2695123.html', + }, + { + brand: 'microsoft', + model: 'xbox series x', + series: 'xboxsx', + url: + 'https://www.thewarehouse.co.nz/R2708605.html', + }, + { + brand: 'microsoft', + model: 'xbox series s', + series: 'xboxss', + url: + 'https://www.thewarehouse.co.nz/R2708604.html', + } + ], + name: 'thewarehouse', +}; From f280b72d33779501185fb4941b8aead893254eb2 Mon Sep 17 00:00:00 2001 From: philipjiang <4485541+Uh-huh-Philip@users.noreply.github.com> Date: Sun, 14 Mar 2021 16:35:39 +1300 Subject: [PATCH 2/8] lint error fixed --- src/store/model/mightyape.ts | 7 +++---- src/store/model/noelleeming.ts | 16 ++++++---------- src/store/model/thewarehouse.ts | 6 ++---- 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/src/store/model/mightyape.ts b/src/store/model/mightyape.ts index a7fd43d6fa..2eab41be16 100644 --- a/src/store/model/mightyape.ts +++ b/src/store/model/mightyape.ts @@ -16,7 +16,7 @@ export const MightyApe: Store = { 'body > div.page-container > div.page.listing.details.not-in-trolley.category.category-games.category-ps5-consoles > div > main > section.product-summary-top > div > div > div.product-summary.unavailable > div.pricing-stock > div > div.status', text: [' Unavailable '], }, - ] + ], }, links: [ { @@ -37,8 +37,7 @@ export const MightyApe: Store = { brand: 'microsoft', model: 'xbox series x', series: 'xboxsx', - url: - 'https://www.mightyape.co.nz/product/xbox-series-x-console/30472387', + url:'https://www.mightyape.co.nz/product/xbox-series-x-console/30472387', }, { brand: 'microsoft', @@ -46,7 +45,7 @@ export const MightyApe: Store = { series: 'xboxss', url: 'https://www.mightyape.co.nz/product/xbox-series-s-all-digital-console/33856647', - } + }, ], name: 'mightyApe', }; diff --git a/src/store/model/noelleeming.ts b/src/store/model/noelleeming.ts index c500402897..ffb5709191 100644 --- a/src/store/model/noelleeming.ts +++ b/src/store/model/noelleeming.ts @@ -9,37 +9,33 @@ export const NoelLeeming: Store = { '#bd > div.product__hero > div > div.columns.product__info.medium-6.small-12 > div.product__price-cart.mbs.row > div:nth-child(3) > div > div.product__cta-buttons.columns.small-12 > form > button > strong', text: ['Buy Now'], }, - ] + ], }, links: [ { brand: 'sony', model: 'ps5 console', series: 'sonyps5c', - url: - 'https://www.noelleeming.co.nz/prod192865.html', + url:'https://www.noelleeming.co.nz/prod192865.html', }, { brand: 'sony', model: 'ps5 digital', series: 'sonyps5de', - url: - 'https://www.noelleeming.co.nz/prod192879.html', + url:'https://www.noelleeming.co.nz/prod192879.html', }, { brand: 'microsoft', model: 'xbox series x', series: 'xboxsx', - url: - 'https://www.noelleeming.co.nz/prod193770.html', + url:'https://www.noelleeming.co.nz/prod193770.html', }, { brand: 'microsoft', model: 'xbox series s', series: 'xboxss', - url: - 'https://www.noelleeming.co.nz/prod200475.html', - } + url:'https://www.noelleeming.co.nz/prod200475.html', + }, ], name: 'noelleeming', }; diff --git a/src/store/model/thewarehouse.ts b/src/store/model/thewarehouse.ts index 97ff4793c4..6fe1c05712 100644 --- a/src/store/model/thewarehouse.ts +++ b/src/store/model/thewarehouse.ts @@ -3,13 +3,11 @@ import {Store} from './store'; export const TheWarehouse: Store = { currency: '$', labels: { - inStock: [ - { + inStock: { container: '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > button > span', text: ['Add to Cart','Find in Store'], - }, - ], + }, outOfStock: { container: '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > button > span', From dd40a1d64e1a9a5da6a0f787f9e18e519633543d Mon Sep 17 00:00:00 2001 From: philipjiang <4485541+Uh-huh-Philip@users.noreply.github.com> Date: Sun, 14 Mar 2021 16:42:38 +1300 Subject: [PATCH 3/8] lint error fixed --- src/store/model/mightyape.ts | 2 +- src/store/model/noelleeming.ts | 8 ++++---- src/store/model/thewarehouse.ts | 18 +++++++----------- 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/src/store/model/mightyape.ts b/src/store/model/mightyape.ts index 2eab41be16..abf0012d1d 100644 --- a/src/store/model/mightyape.ts +++ b/src/store/model/mightyape.ts @@ -37,7 +37,7 @@ export const MightyApe: Store = { brand: 'microsoft', model: 'xbox series x', series: 'xboxsx', - url:'https://www.mightyape.co.nz/product/xbox-series-x-console/30472387', + url: 'https://www.mightyape.co.nz/product/xbox-series-x-console/30472387', }, { brand: 'microsoft', diff --git a/src/store/model/noelleeming.ts b/src/store/model/noelleeming.ts index ffb5709191..660714c758 100644 --- a/src/store/model/noelleeming.ts +++ b/src/store/model/noelleeming.ts @@ -16,25 +16,25 @@ export const NoelLeeming: Store = { brand: 'sony', model: 'ps5 console', series: 'sonyps5c', - url:'https://www.noelleeming.co.nz/prod192865.html', + url: 'https://www.noelleeming.co.nz/prod192865.html', }, { brand: 'sony', model: 'ps5 digital', series: 'sonyps5de', - url:'https://www.noelleeming.co.nz/prod192879.html', + url: 'https://www.noelleeming.co.nz/prod192879.html', }, { brand: 'microsoft', model: 'xbox series x', series: 'xboxsx', - url:'https://www.noelleeming.co.nz/prod193770.html', + url: 'https://www.noelleeming.co.nz/prod193770.html', }, { brand: 'microsoft', model: 'xbox series s', series: 'xboxss', - url:'https://www.noelleeming.co.nz/prod200475.html', + url: 'https://www.noelleeming.co.nz/prod200475.html', }, ], name: 'noelleeming', diff --git a/src/store/model/thewarehouse.ts b/src/store/model/thewarehouse.ts index 6fe1c05712..63016854a6 100644 --- a/src/store/model/thewarehouse.ts +++ b/src/store/model/thewarehouse.ts @@ -4,9 +4,9 @@ export const TheWarehouse: Store = { currency: '$', labels: { inStock: { - container: - '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > button > span', - text: ['Add to Cart','Find in Store'], + container: + '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > button > span', + text: ['Add to Cart', 'Find in Store'], }, outOfStock: { container: @@ -19,29 +19,25 @@ export const TheWarehouse: Store = { brand: 'sony', model: 'ps5 console', series: 'sonyps5c', - url: - 'https://www.thewarehouse.co.nz/R2695122.html', + url: 'https://www.thewarehouse.co.nz/R2695122.html', }, { brand: 'sony', model: 'ps5 digital', series: 'sonyps5de', - url: - 'https://www.thewarehouse.co.nz/R2695123.html', + url: 'https://www.thewarehouse.co.nz/R2695123.html', }, { brand: 'microsoft', model: 'xbox series x', series: 'xboxsx', - url: - 'https://www.thewarehouse.co.nz/R2708605.html', + url: 'https://www.thewarehouse.co.nz/R2708605.html', }, { brand: 'microsoft', model: 'xbox series s', series: 'xboxss', - url: - 'https://www.thewarehouse.co.nz/R2708604.html', + url: 'https://www.thewarehouse.co.nz/R2708604.html', } ], name: 'thewarehouse', From e7e6522eef5d57a99cbcd025d2b840e6d32e371f Mon Sep 17 00:00:00 2001 From: philipjiang <4485541+Uh-huh-Philip@users.noreply.github.com> Date: Sun, 14 Mar 2021 16:44:59 +1300 Subject: [PATCH 4/8] lint error fixed --- src/store/model/thewarehouse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/model/thewarehouse.ts b/src/store/model/thewarehouse.ts index 63016854a6..f35cb267e0 100644 --- a/src/store/model/thewarehouse.ts +++ b/src/store/model/thewarehouse.ts @@ -38,7 +38,7 @@ export const TheWarehouse: Store = { model: 'xbox series s', series: 'xboxss', url: 'https://www.thewarehouse.co.nz/R2708604.html', - } + }, ], name: 'thewarehouse', }; From 9e8bd4d1db88d76ca64779900815c569e9884f45 Mon Sep 17 00:00:00 2001 From: philipjiang <4485541+Uh-huh-Philip@users.noreply.github.com> Date: Sun, 14 Mar 2021 17:22:44 +1300 Subject: [PATCH 5/8] typo fixed --- src/store/model/mightyape.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/model/mightyape.ts b/src/store/model/mightyape.ts index abf0012d1d..531c15a1e4 100644 --- a/src/store/model/mightyape.ts +++ b/src/store/model/mightyape.ts @@ -47,5 +47,5 @@ export const MightyApe: Store = { 'https://www.mightyape.co.nz/product/xbox-series-s-all-digital-console/33856647', }, ], - name: 'mightyApe', + name: 'mightyape', }; From 8c10dc4f9ce77df5603d615f83bd910aa4191f53 Mon Sep 17 00:00:00 2001 From: philipjiang <4485541+Uh-huh-Philip@users.noreply.github.com> Date: Sat, 27 Mar 2021 10:31:11 +1300 Subject: [PATCH 6/8] fix TheWarehouse NZ model add NZ stores to Document --- docs/reference/filter.md | 3 +++ src/store/model/thewarehouse.ts | 17 ++++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/reference/filter.md b/docs/reference/filter.md index 36c3299a69..57015a874a 100644 --- a/docs/reference/filter.md +++ b/docs/reference/filter.md @@ -125,6 +125,7 @@ Used with the `STORES` variable. | Megekko | NL | `megekko`| | MemoryExpress | CA | `memoryexpress`| | Micro Center | US | `microcenter`| +| MightyApe | NZ | `mightyape`| | Mindfactory | DE | `mindfactory` | | MSY | AU | `msy`| | Mwave | AU | `mwave`| @@ -132,6 +133,7 @@ Used with the `STORES` variable. | Newegg | US | `newegg`| | Newegg | CA | `newegg-ca`| | Newegg | SG | `newegg-sg`| +| NoelLeeming | NZ | `noelleeming`| | Notebooksbilliger | DE |`notebooksbilliger`| | Novatech | UK | `novatech`| | Novo Atalho | PT | `novoatalho`| @@ -165,6 +167,7 @@ Used with the `STORES` variable. | Storm Computers | AU | `storm-computer`| | Target | US | `target`| | Tesco | IE | `tesco-ie`| +| TheWarehouse | NZ | `thewarehouse`| | TopAchat | GR | `topachat`| | Toys R Us | US | `toysrus` | | Umart | AU | `umart`| diff --git a/src/store/model/thewarehouse.ts b/src/store/model/thewarehouse.ts index f35cb267e0..0c2a2c92dd 100644 --- a/src/store/model/thewarehouse.ts +++ b/src/store/model/thewarehouse.ts @@ -8,11 +8,18 @@ export const TheWarehouse: Store = { '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > button > span', text: ['Add to Cart', 'Find in Store'], }, - outOfStock: { - container: - '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > button > span', - text: ['Out of Stock'], - }, + outOfStock: [ + { + container: + '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > button > span', + text: ['Out of Stock'], + }, + { + container: + '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > div > div', + text: ['Out of Stock'], + }, + ], }, links: [ { From 6b83d8cd0a90c167e36ff98431b1365d002fc0d6 Mon Sep 17 00:00:00 2001 From: philipjiang <4485541+Uh-huh-Philip@users.noreply.github.com> Date: Tue, 4 May 2021 22:35:24 +1200 Subject: [PATCH 7/8] Fix labels for mightyape and thewarehouse --- src/store/model/mightyape.ts | 6 +++--- src/store/model/thewarehouse.ts | 18 +++--------------- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/src/store/model/mightyape.ts b/src/store/model/mightyape.ts index 531c15a1e4..476d8b7a4c 100644 --- a/src/store/model/mightyape.ts +++ b/src/store/model/mightyape.ts @@ -6,14 +6,14 @@ export const MightyApe: Store = { inStock: [ { container: - 'body > div.page-container > div.page.listing.details.not-in-trolley.category.category-games.category-controllers > div > main > section.product-summary-top > div > div > div.product-summary > div.trolley-button-and-product-options > div.trolley-button-section > div.purchase-options > form > div > button', - text: ['Add to Trolley'], + 'div.status', + text: [' In stock at '], }, ], outOfStock: [ { container: - 'body > div.page-container > div.page.listing.details.not-in-trolley.category.category-games.category-ps5-consoles > div > main > section.product-summary-top > div > div > div.product-summary.unavailable > div.pricing-stock > div > div.status', + 'div.status', text: [' Unavailable '], }, ], diff --git a/src/store/model/thewarehouse.ts b/src/store/model/thewarehouse.ts index 0c2a2c92dd..ccad3eeaa6 100644 --- a/src/store/model/thewarehouse.ts +++ b/src/store/model/thewarehouse.ts @@ -3,23 +3,11 @@ import {Store} from './store'; export const TheWarehouse: Store = { currency: '$', labels: { - inStock: { + outOfStock: { container: - '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > button > span', - text: ['Add to Cart', 'Find in Store'], + '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > button:disabled', + text: ['Add to Cart'], }, - outOfStock: [ - { - container: - '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > button > span', - text: ['Out of Stock'], - }, - { - container: - '#maincontent > div.container.product-detail.product-wrapper.pb-xl.pb-lg-xxxl > div > div:nth-child(2) > div.col-12.col-md-6.col-lg-5 > div > div.product-buying-box > div.cart-and-ipay.mt-md > div > div > div > div', - text: ['Out of Stock'], - }, - ], }, links: [ { From ef3b617317c0d4bfd75937cdd9ab870782770274 Mon Sep 17 00:00:00 2001 From: philipjiang <4485541+Uh-huh-Philip@users.noreply.github.com> Date: Tue, 4 May 2021 22:38:59 +1200 Subject: [PATCH 8/8] lint error fixed --- src/store/model/mightyape.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/store/model/mightyape.ts b/src/store/model/mightyape.ts index 476d8b7a4c..b77fecdb61 100644 --- a/src/store/model/mightyape.ts +++ b/src/store/model/mightyape.ts @@ -5,15 +5,13 @@ export const MightyApe: Store = { labels: { inStock: [ { - container: - 'div.status', + container: 'div.status', text: [' In stock at '], }, ], outOfStock: [ { - container: - 'div.status', + container: 'div.status', text: [' Unavailable '], }, ],