diff --git a/interface/src/routes/wifi/sta/Wifi.svelte b/interface/src/routes/wifi/sta/Wifi.svelte
index 1612d0497..ced919c5f 100644
--- a/interface/src/routes/wifi/sta/Wifi.svelte
+++ b/interface/src/routes/wifi/sta/Wifi.svelte
@@ -498,21 +498,20 @@
>
{#snippet children({ item: network, index }: { item: any; index: number })}
-
+
-
+
-
-
{network.ssid}
+
+
{network.ssid}
+ {#if network.static_ip_config}
+
Static
+ {:else}
+
DHCP
+ {/if}
- {#if network.static_ip_config}
-
Static
- {:else}
-
DHCP
- {/if}
-
-
+