pr feedback

This commit is contained in:
guarzo
2025-09-18 06:18:23 +00:00
parent cf1c103a46
commit ab7e47b91f

View File

@@ -44,10 +44,7 @@ const SystemKillsContent = () => {
const filteredKills = useMemo(() => {
if (!settingsKills.whOnly) return kills;
const wormholeKills = kills.filter(kill => isWormholeSystem(Number(kill.solar_system_id)));
return wormholeKills;
return kills.filter(kill => isWormholeSystem(Number(kill.solar_system_id)));
}, [kills, settingsKills.whOnly, isWormholeSystem]);
if (!isSubscriptionActive) {