Skip to content

Commit e5e8481

Browse files
authored
fix(xbox): false positive (#2726)
1 parent a286b73 commit e5e8481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/store/model/xbox.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export const Xbox: Store = {
55
labels: {
66
outOfStock: {
77
container:
8-
'._-_-node_modules--xbox-web-partner-core-build-pages-BundleBuilder-Components-BundleBuilderHeader-__BundleBuilderHeader-module___checkoutButton',
9-
text: ['out of stock'],
8+
'[class="BundleBuilderHeader-module__checkoutButton___3UyEq w-100 bg-light-green btn btn-primary"]',
9+
text: ['Out of stock'],
1010
},
1111
},
1212
links: [

0 commit comments

Comments
 (0)