diff --git a/src/components/controlComponents/paneConnect.vue b/src/components/controlComponents/paneConnect.vue index 2f02bbd8..572e5dfb 100644 --- a/src/components/controlComponents/paneConnect.vue +++ b/src/components/controlComponents/paneConnect.vue @@ -43,7 +43,7 @@
  • Nearby devices
    - @@ -97,7 +97,7 @@ export default { port: 5000, selectedHost: "", savedHosts: [], - foundHosts: [] + foundHosts: {} } }, @@ -131,7 +131,7 @@ export default { } if (typeof data.port !== "undefined") { - context.foundHosts.push(hostData) + context.foundHosts[hostData.hostname] = hostData } console.log(context.foundHosts)