fix declaration variable

This commit is contained in:
RubenPX 2022-05-09 11:06:48 +02:00
parent 84b384c47b
commit 275b7ad0c5
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ function get_device_list() {
"Laptop": "<i class='bi bi-laptop'></i>", "Laptop": "<i class='bi bi-laptop'></i>",
}; };
list_devices = devices.map((x) => { const list_devices = devices.map((x) => {
let typ = $(x).data("device-type"); let typ = $(x).data("device-type");
const manuf = $(x).data("device-manufacturer"); const manuf = $(x).data("device-manufacturer");
const dhid = $(x).data("device-dhid"); const dhid = $(x).data("device-dhid");