Browse Source

Fixed typo in LoRa.tsx (#118)

pull/128/head
zierke 3 years ago
committed by GitHub
parent
commit
c9b06ed0e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/PageComponents/Config/LoRa.tsx

2
src/components/PageComponents/Config/LoRa.tsx

@ -126,7 +126,7 @@ export const LoRa = (): JSX.Element => {
{
type: "toggle",
name: "txEnabled",
label: "Tramsmit Enabled",
label: "Transmit Enabled",
description: "Enable/Disable transmit (TX) from the LoRa radio",
},
{

Loading…
Cancel
Save