diff --git a/frontend/src/routes/_old/old/-components/logistics/helperCommands/helperPage.tsx b/frontend/src/routes/_old/old/-components/logistics/helperCommands/helperPage.tsx index 3f45e77..49dd763 100644 --- a/frontend/src/routes/_old/old/-components/logistics/helperCommands/helperPage.tsx +++ b/frontend/src/routes/_old/old/-components/logistics/helperCommands/helperPage.tsx @@ -3,17 +3,21 @@ import Relocate from "./commands/Relocate"; import RemoveAsNonReusable from "./commands/RemoveAsNonReusable"; export default function HelperPage() { - const url: string = window.location.host.split(":")[0]; - return ( -
-
- -
+ const url: string = window.location.host.split(":")[0]; + return ( +
+
+ +
-
- -
-
{url === "localhost" && }
-
- ); +
+ {url === "localhost" && ( +
+ + +
+ )} +
+
+ ); }