mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-19 05:58:31 +00:00
style: fmt
This commit is contained in:
@@ -292,7 +292,9 @@ const Hosts = () => {
|
||||
newSearchParams.delete("action");
|
||||
navigate(
|
||||
`/hosts${newSearchParams.toString() ? `?${newSearchParams.toString()}` : ""}`,
|
||||
{ replace: true },
|
||||
{
|
||||
replace: true,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
@@ -306,7 +308,9 @@ const Hosts = () => {
|
||||
newSearchParams.delete("selected");
|
||||
navigate(
|
||||
`/hosts${newSearchParams.toString() ? `?${newSearchParams.toString()}` : ""}`,
|
||||
{ replace: true },
|
||||
{
|
||||
replace: true,
|
||||
},
|
||||
);
|
||||
}
|
||||
}, [searchParams, navigate]);
|
||||
|
||||
Reference in New Issue
Block a user