Skip to content

Commit 87d9e29

Browse files
authored
Update fast-search-card.js
1 parent c2017cd commit 87d9e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/fast-search-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12267,7 +12267,7 @@ class FastSearchCard extends HTMLElement {
1226712267
const favoritesChip = container.querySelector('[data-action-filter="favorites"]');
1226812268
if (favoritesChip) {
1226912269
if (counts.favorites > 0) {
12270-
favoritesChip.style.display = 'block';
12270+
favoritesChip.style.display = 'flex';
1227112271
} else {
1227212272
favoritesChip.style.display = 'none';
1227312273
}

0 commit comments

Comments
 (0)