mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-06 15:03:26 +00:00
refactor: fix lint errors
This commit is contained in:
@@ -42,7 +42,6 @@ const HostDetail = () => {
|
|||||||
const [showCredentialsModal, setShowCredentialsModal] = useState(false);
|
const [showCredentialsModal, setShowCredentialsModal] = useState(false);
|
||||||
const [showDeleteModal, setShowDeleteModal] = useState(false);
|
const [showDeleteModal, setShowDeleteModal] = useState(false);
|
||||||
const [activeTab, setActiveTab] = useState("host");
|
const [activeTab, setActiveTab] = useState("host");
|
||||||
const [_forceInstall, _setForceInstall] = useState(false);
|
|
||||||
const [historyPage, setHistoryPage] = useState(0);
|
const [historyPage, setHistoryPage] = useState(0);
|
||||||
const [historyLimit] = useState(10);
|
const [historyLimit] = useState(10);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user