Browse Source

remove haswifi check

pull/122/head
pdxlocations 3 years ago
parent
commit
a663a04e9a
  1. 1
      src/pages/Config/DeviceConfig.tsx

1
src/pages/Config/DeviceConfig.tsx

@ -34,7 +34,6 @@ export const DeviceConfig = (): JSX.Element => {
{
label: "Network",
element: Network,
disabled: !hardware.hasWifi,
},
{
label: "Display",

Loading…
Cancel
Save