mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-10-23 07:42:05 +00:00
refactor: fix lint errors
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user