chore(store): add filter newegg

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-09-22 19:51:06 -04:00
parent cf0eac2b23
commit 9d66683528
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import {Store} from './store';
export const NewEggCa: Store = {
labels: {
captcha: ['are you a human?'],
outOfStock: ['auto notify', 'item is currently out of stock']
outOfStock: ['auto notify', 'item is currently out of stock', 'service unavailable']
},
links: [
{
+1 -1
View File
@@ -3,7 +3,7 @@ import {Store} from './store';
export const NewEgg: Store = {
labels: {
captcha: ['are you a human?'],
outOfStock: ['auto notify', 'item is currently out of stock']
outOfStock: ['auto notify', 'item is currently out of stock', 'service unavailable']
},
links: [
{