Skip to content

Commit

Permalink
fixup! console: Conditionally show WiFi and ethernet config and conne…
Browse files Browse the repository at this point in the history
…ctions
  • Loading branch information
johanstokking committed Dec 13, 2024
1 parent 7366980 commit 60446b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ const GatewayConnectionSettings = () => {

setError(undefined)
try {
let body = {}
const body = {}
const { wifi_profile, ethernet_profile } = values

if (hasWifi) {
Expand Down

0 comments on commit 60446b7

Please sign in to comment.