diff --git a/ui/src/routes/devices.$id.settings.access._index.tsx b/ui/src/routes/devices.$id.settings.access._index.tsx index f21927a..e0543b8 100644 --- a/ui/src/routes/devices.$id.settings.access._index.tsx +++ b/ui/src/routes/devices.$id.settings.access._index.tsx @@ -409,7 +409,7 @@ export default function SettingsAccessIndexRoute() { . -
+
- {!networkSettingsLoaded ? ( + {!networkSettingsLoaded && !networkState?.dhcp_lease ? (
@@ -402,7 +402,8 @@ export default function SettingsNetworkRoute() { /> - {!networkSettingsLoaded ? ( + {!networkSettingsLoaded && + !(networkState?.ipv6_addresses && networkState.ipv6_addresses.length > 0) ? (