diff --git a/src/js/Content/Features/Store/Wishlist/Components/WishlistStats.svelte b/src/js/Content/Features/Store/Wishlist/Components/WishlistStats.svelte index 8babab1f6..9167793c8 100644 --- a/src/js/Content/Features/Store/Wishlist/Components/WishlistStats.svelte +++ b/src/js/Content/Features/Store/Wishlist/Components/WishlistStats.svelte @@ -81,7 +81,7 @@ for (const item of page.storeItems) { const option = item.bestPurchaseOption; if (!option) { - if (item.unlisted) { + if (!item.visible) { unlistedApps.push(item); } else { noPriceCount++;