diff options
Diffstat (limited to 'applications/luci-app-dawn/htdocs/luci-static/resources/view')
-rw-r--r-- | applications/luci-app-dawn/htdocs/luci-static/resources/view/dawn/hearing_map.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-dawn/htdocs/luci-static/resources/view/dawn/hearing_map.js b/applications/luci-app-dawn/htdocs/luci-static/resources/view/dawn/hearing_map.js index 8b93fbfd6d..fdf840e4ba 100644 --- a/applications/luci-app-dawn/htdocs/luci-static/resources/view/dawn/hearing_map.js +++ b/applications/luci-app-dawn/htdocs/luci-static/resources/view/dawn/hearing_map.js @@ -90,9 +90,11 @@ return view.extend({ ap[1].score ] } + return undefined; }) }).flat(); + clients = clients.filter(client => client !== undefined); cbi_update_table(hearing_map_table, clients, E('em', _('No clients connected.'))); |