mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-13 02:17:05 +00:00
fix(frontend): unused vars/params
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user