Skip to content

Commit

Permalink
fix(xbox): false positive (#2726)
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Synthax committed Aug 13, 2021
1 parent a286b73 commit e5e8481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/model/xbox.ts
Expand Up @@ -5,8 +5,8 @@ export const Xbox: Store = {
labels: {
outOfStock: {
container:
'._-_-node_modules--xbox-web-partner-core-build-pages-BundleBuilder-Components-BundleBuilderHeader-__BundleBuilderHeader-module___checkoutButton',
text: ['out of stock'],
'[class="BundleBuilderHeader-module__checkoutButton___3UyEq w-100 bg-light-green btn btn-primary"]',
text: ['Out of stock'],
},
},
links: [
Expand Down

0 comments on commit e5e8481

Please sign in to comment.