From 60446b7fe8e76a9eeb6f822e73ba9f0ec59a9ad2 Mon Sep 17 00:00:00 2001 From: Johan Stokking Date: Fri, 13 Dec 2024 16:41:52 +0100 Subject: [PATCH] fixup! console: Conditionally show WiFi and ethernet config and connections --- .../gateway-managed-gateway/connection-settings/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/webui/console/containers/gateway-managed-gateway/connection-settings/index.js b/pkg/webui/console/containers/gateway-managed-gateway/connection-settings/index.js index d874f789091..30e634f27d9 100644 --- a/pkg/webui/console/containers/gateway-managed-gateway/connection-settings/index.js +++ b/pkg/webui/console/containers/gateway-managed-gateway/connection-settings/index.js @@ -328,7 +328,7 @@ const GatewayConnectionSettings = () => { setError(undefined) try { - let body = {} + const body = {} const { wifi_profile, ethernet_profile } = values if (hasWifi) {