Browse Source

Fix typo

pull/66/head
Sacha Weatherstone 3 years ago
parent
commit
81bb1ad779
  1. 2
      src/components/PageComponents/Connect/HTTP.tsx

2
src/components/PageComponents/Connect/HTTP.tsx

@ -20,7 +20,7 @@ export const HTTP = (): JSX.Element => {
tls: boolean;
}>({
defaultValues: {
ip: ["client.meshtasti.org", "localhost"].includes(
ip: ["client.meshtastic.org", "localhost"].includes(
window.location.hostname
)
? "meshtastic.local"

Loading…
Cancel
Save