Skip to content

Commit

Permalink
fix(store): gamestop label.inStock
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Sep 30, 2020
1 parent 7148451 commit 9e7976d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/store/model/gamestop.ts
Expand Up @@ -3,7 +3,7 @@ import {Store} from './store';
export const Gamestop: Store = {
labels: {
inStock: {
container: '#item_add_cart',
container: '.add-to-cart',
text: ['add to cart']
}
},
Expand All @@ -24,4 +24,3 @@ export const Gamestop: Store = {
name: 'gamestop',
successStatusCodes: [[0, 399], 404]
};

0 comments on commit 9e7976d

Please sign in to comment.