Remove unused variable

This commit is contained in:
Douglas Barone 2020-12-10 08:27:27 -04:00
parent 85152e37ea
commit 654c220d91

View File

@ -251,8 +251,6 @@ export default {
}, },
computed: { computed: {
computedWifiDevices() { computedWifiDevices() {
const filter = this.search.toLowerCase()
return this.wifiDevices?.map(device => ({ return this.wifiDevices?.map(device => ({
...device, ...device,
hostname: device.hostname || 'Desconhecido', hostname: device.hostname || 'Desconhecido',