fix declaration variable
This commit is contained in:
parent
84b384c47b
commit
275b7ad0c5
|
@ -268,7 +268,7 @@ function get_device_list() {
|
|||
"Laptop": "<i class='bi bi-laptop'></i>",
|
||||
};
|
||||
|
||||
list_devices = devices.map((x) => {
|
||||
const list_devices = devices.map((x) => {
|
||||
let typ = $(x).data("device-type");
|
||||
const manuf = $(x).data("device-manufacturer");
|
||||
const dhid = $(x).data("device-dhid");
|
||||
|
|
Reference in New Issue