1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix eslint warning

This commit is contained in:
Andres J Ruiz Torres 2020-10-17 22:21:47 -04:00
parent d6ef8a1b97
commit 2bd78f8658

View file

@ -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({