Browse Source

Fix typo

pull/66/head
Sacha Weatherstone 4 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; tls: boolean;
}>({ }>({
defaultValues: { defaultValues: {
ip: ["client.meshtasti.org", "localhost"].includes( ip: ["client.meshtastic.org", "localhost"].includes(
window.location.hostname window.location.hostname
) )
? "meshtastic.local" ? "meshtastic.local"

Loading…
Cancel
Save