refactor: fix lint errors

This commit is contained in:
tigattack
2025-10-05 03:10:48 +01:00
parent 2bf639e315
commit da8c661d20

View File

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