feat: card series filter, fix: newegg oosLabels (#120)

This commit is contained in:
admon84
2020-09-20 13:51:44 -06:00
committed by GitHub
parent 7efdcd8f07
commit 252459d5d3
18 changed files with 508 additions and 314 deletions
+1 -2
View File
@@ -2,11 +2,10 @@ import {Link} from '../store/model';
import {sendNotification} from '../notification';
const link: Link = {
series: 'debug',
brand: 'brand',
cartUrl: 'http://example.com/',
captchaLabels: ['captcha'],
model: 'model',
oosLabels: ['out of stock'],
url: 'http://example.com/'
};