We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593c63d commit 116277dCopy full SHA for 116277d
1 file changed
static/js/store/components/PackageList/PackageList.tsx
@@ -37,8 +37,7 @@ function PackageList({
37
// Treat as featured when the user is explicitly on the featured category,
38
// or on the default store view (no categories, no search/filters).
39
const isFeatured =
40
- (selectedCategories.length === 1 &&
41
- selectedCategories[0] === "featured") ||
+ (selectedCategories.length === 1 && selectedCategories[0] === "featured") ||
42
(selectedCategories.length === 0 &&
43
Array.from(searchParams.keys()).every((key) =>
44
["page", "categories"].includes(key),
0 commit comments