From 9e7976df5778a953c4fb6ca7553773655c1f4127 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Wed, 30 Sep 2020 11:23:39 -0400 Subject: [PATCH] fix(store): gamestop `label.inStock` --- src/store/model/gamestop.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/store/model/gamestop.ts b/src/store/model/gamestop.ts index a04eb2e77a..8d965f07cc 100644 --- a/src/store/model/gamestop.ts +++ b/src/store/model/gamestop.ts @@ -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'] } }, @@ -24,4 +24,3 @@ export const Gamestop: Store = { name: 'gamestop', successStatusCodes: [[0, 399], 404] }; -