mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 02:35:42 +00:00
pr feedback
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user