mirror of
https://github.com/meshtastic/web.git
synced 2026-01-20 13:29:30 -05:00
Disable wifi check for network tab
This commit is contained in:
committed by
GitHub
parent
7a39e078c0
commit
200020d705
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user