Skip to content

Commit 0b7a8c7

Browse files
replace curly brackets on import from CI bug
1 parent 9e13c1d commit 0b7a8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/admin-ui/src/pages/packages/components/Network/HttpsMappings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getDappnodeIdentityClean } from "services/dappnodeStatus/selectors";
77
import { getInstallerPath } from "pages/installer";
88
//import { pathName as systemPathName } from "pages/system";
99
//import { subPaths as systemSubPaths } from "pages/system/data";
10-
import httpsPortalPath from "pages/system/data";
10+
import { httpsPortalPath } from "pages/system/data";
1111
import Alert from "react-bootstrap/esm/Alert";
1212
import { MdAdd } from "react-icons/md";
1313
import { MdClose } from "react-icons/md";

0 commit comments

Comments
 (0)