Skip to content

Commit

Permalink
biome manual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter275 committed Sep 15, 2024
1 parent f2aa5bf commit 2654e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageComponents/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const Channel = ({ channel }: SettingsPanelProps): JSX.Element => {
type: "select",
name: "role",
label: "Role",
disabled: channel.index == 0,
disabled: channel.index === 0,
description:
"Device telemetry is sent over PRIMARY. Only one PRIMARY allowed",
properties: {
Expand Down

0 comments on commit 2654e4f

Please sign in to comment.