Skip to content

Commit

Permalink
Disable wifi check for network tab
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw authored Feb 22, 2024
1 parent 7a39e07 commit 200020d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Config/DeviceConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 200020d

Please sign in to comment.