fix(frontend): unused vars/params

This commit is contained in:
tigattack
2025-09-25 00:58:12 +01:00
parent 67a5462a25
commit a1bf2df59d
11 changed files with 25 additions and 118 deletions

View File

@@ -69,7 +69,6 @@ const Packages = () => {
const handleAffectedHostsClick = (pkg) => {
const affectedHosts = pkg.affectedHosts || [];
const hostIds = affectedHosts.map((host) => host.hostId);
const hostNames = affectedHosts.map((host) => host.friendlyName);
// Create URL with selected hosts and filter
const params = new URLSearchParams();