From 2bd78f86589708edfa843d6d02b3a95eab0d9d17 Mon Sep 17 00:00:00 2001 From: Andres J Ruiz Torres Date: Sat, 17 Oct 2020 22:21:47 -0400 Subject: [PATCH] Fix eslint warning --- src/controllers/dashboard/devices/devices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/dashboard/devices/devices.js b/src/controllers/dashboard/devices/devices.js index 77aca79d0a..c6e7281645 100644 --- a/src/controllers/dashboard/devices/devices.js +++ b/src/controllers/dashboard/devices/devices.js @@ -18,7 +18,7 @@ import 'cardStyle'; } function deleteAllDevices(page) { - let msg = globalize.translate('DeleteDevicesConfirmation'); + const msg = globalize.translate('DeleteDevicesConfirmation'); require(['confirm'], async function (confirm) { await confirm({