From da8c661d208e1fc05f3ac00ceeacd763fa19fe4a Mon Sep 17 00:00:00 2001 From: tigattack <10629864+tigattack@users.noreply.github.com> Date: Sun, 5 Oct 2025 03:10:48 +0100 Subject: [PATCH] refactor: fix lint errors --- frontend/src/pages/HostDetail.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/HostDetail.jsx b/frontend/src/pages/HostDetail.jsx index 6869361..c67c204 100644 --- a/frontend/src/pages/HostDetail.jsx +++ b/frontend/src/pages/HostDetail.jsx @@ -42,7 +42,6 @@ const HostDetail = () => { const [showCredentialsModal, setShowCredentialsModal] = useState(false); const [showDeleteModal, setShowDeleteModal] = useState(false); const [activeTab, setActiveTab] = useState("host"); - const [_forceInstall, _setForceInstall] = useState(false); const [historyPage, setHistoryPage] = useState(0); const [historyLimit] = useState(10);