Disable wifi check for network tab

This commit is contained in:
Sacha Weatherstone
2024-02-22 13:37:41 +11:00
committed by GitHub
parent 7a39e078c0
commit 200020d705

View File

@@ -33,7 +33,7 @@ export const DeviceConfig = (): JSX.Element => {
{
label: "Network",
element: Network,
disabled: !metadata.get(0)?.hasWifi,
// disabled: !metadata.get(0)?.hasWifi,
},
{
label: "Display",