Browse Source

biome manual fixes

pull/300/head
Hunter Thornsberry 2 years ago
parent
commit
2654e4fbc9
  1. 2
      src/components/PageComponents/Channel.tsx

2
src/components/PageComponents/Channel.tsx

@ -111,7 +111,7 @@ export const Channel = ({ channel }: SettingsPanelProps): JSX.Element => {
type: "select", type: "select",
name: "role", name: "role",
label: "Role", label: "Role",
disabled: channel.index == 0, disabled: channel.index === 0,
description: description:
"Device telemetry is sent over PRIMARY. Only one PRIMARY allowed", "Device telemetry is sent over PRIMARY. Only one PRIMARY allowed",
properties: { properties: {

Loading…
Cancel
Save