remove irrelevant code

This commit is contained in:
Shubham Mehrotra 2020-05-20 18:27:07 +05:30
parent 47ae40d6b1
commit 40bbad93b3
1 changed files with 0 additions and 3 deletions

View File

@ -529,9 +529,6 @@
slicedCategories = categories.slice(0, categoryCount);
}
if (this.parentSlug)
slicedCategories['parentSlug'] = this.parentSlug;
this.rootCategoriesCollection = slicedCategories;
},
},