@riosst100/pwa-marketplace 2.7.0 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -245,7 +245,7 @@ const FilterListPage = props => {
|
|
|
245
245
|
if (label == "Singles") {
|
|
246
246
|
isSingles = true;
|
|
247
247
|
}
|
|
248
|
-
if (key == "bricks_categories" || key == "sc_sports_categories" || key == "card_game" || key == "product_line" && urlKey == "brands" || key == "product_line" && urlKey == "franchise" || key == "franchise" && urlKey == "brands" || key == "franchise" && urlKey == "franchise" || key == "brands" && urlKey == "franchise" || key == "brands" && urlKey == "brands"
|
|
248
|
+
if (key == "bricks_categories" || key == "sc_sports_categories" || key == "card_game" || key == "product_line" && urlKey == "brands" || key == "product_line" && urlKey == "franchise" || key == "franchise" && urlKey == "brands" || key == "franchise" && urlKey == "franchise" || key == "brands" && urlKey == "franchise" || key == "brands" && urlKey == "brands") {
|
|
249
249
|
activeFilters.push(
|
|
250
250
|
{
|
|
251
251
|
'label': label,
|
|
@@ -228,7 +228,7 @@ const ProductContent = props => {
|
|
|
228
228
|
if (label == "Singles") {
|
|
229
229
|
isSingles = true;
|
|
230
230
|
}
|
|
231
|
-
if (key == "bricks_categories" || key == "sc_sports_categories" || key == "card_game" || key == "product_line" && urlKey == "brands" || key == "product_line" && urlKey == "franchise" || key == "franchise" && urlKey == "brands" || key == "franchise" && urlKey == "franchise" || key == "brands" && urlKey == "franchise" || key == "brands" && urlKey == "brands"
|
|
231
|
+
if (key == "bricks_categories" || key == "sc_sports_categories" || key == "card_game" || key == "product_line" && urlKey == "brands" || key == "product_line" && urlKey == "franchise" || key == "franchise" && urlKey == "brands" || key == "franchise" && urlKey == "franchise" || key == "brands" && urlKey == "franchise" || key == "brands" && urlKey == "brands") {
|
|
232
232
|
activeFilters.push(
|
|
233
233
|
{
|
|
234
234
|
'label': label,
|
|
@@ -261,7 +261,7 @@ const SetsData = props => {
|
|
|
261
261
|
if (label == "Singles") {
|
|
262
262
|
isSingles = true;
|
|
263
263
|
}
|
|
264
|
-
if (key == "bricks_categories" || key == "sc_sports_categories" || key == "card_game" || key == "product_line" && urlKey == "brands" || key == "product_line" && urlKey == "franchise" || key == "franchise" && urlKey == "brands" || key == "franchise" && urlKey == "franchise" || key == "brands" && urlKey == "franchise" || key == "brands" && urlKey == "brands"
|
|
264
|
+
if (key == "bricks_categories" || key == "sc_sports_categories" || key == "card_game" || key == "product_line" && urlKey == "brands" || key == "product_line" && urlKey == "franchise" || key == "franchise" && urlKey == "brands" || key == "franchise" && urlKey == "franchise" || key == "brands" && urlKey == "franchise" || key == "brands" && urlKey == "brands") {
|
|
265
265
|
activeFilters.push(
|
|
266
266
|
{
|
|
267
267
|
'label': label,
|
|
@@ -83,7 +83,6 @@ const ShopBy = props => {
|
|
|
83
83
|
// totalPagesFromData,
|
|
84
84
|
// attributesBlock,
|
|
85
85
|
// category,
|
|
86
|
-
// virtualCategoryFilters
|
|
87
86
|
// } = talonProps;
|
|
88
87
|
|
|
89
88
|
const [active, setActive] = useState('all')
|
|
@@ -348,7 +347,7 @@ const ShopBy = props => {
|
|
|
348
347
|
if (label == "Singles") {
|
|
349
348
|
isSingles = true;
|
|
350
349
|
}
|
|
351
|
-
if (key == "bricks_categories" || key == "sc_sports_categories" || key == "card_game" || key == "product_line" && urlKey == "brands" || key == "product_line" && urlKey == "franchise" || key == "franchise" && urlKey == "brands" || key == "franchise" && urlKey == "franchise" || key == "brands" && urlKey == "franchise" || key == "brands" && urlKey == "brands"
|
|
350
|
+
if (key == "bricks_categories" || key == "sc_sports_categories" || key == "card_game" || key == "product_line" && urlKey == "brands" || key == "product_line" && urlKey == "franchise" || key == "franchise" && urlKey == "brands" || key == "franchise" && urlKey == "franchise" || key == "brands" && urlKey == "franchise" || key == "brands" && urlKey == "brands") {
|
|
352
351
|
activeFilters.push(
|
|
353
352
|
{
|
|
354
353
|
'label': label,
|