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);