mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
Fix eslint warning
This commit is contained in:
parent
d6ef8a1b97
commit
2bd78f8658
@ -18,7 +18,7 @@ import 'cardStyle';
|
|||||||
}
|
}
|
||||||
|
|
||||||
function deleteAllDevices(page) {
|
function deleteAllDevices(page) {
|
||||||
let msg = globalize.translate('DeleteDevicesConfirmation');
|
const msg = globalize.translate('DeleteDevicesConfirmation');
|
||||||
|
|
||||||
require(['confirm'], async function (confirm) {
|
require(['confirm'], async function (confirm) {
|
||||||
await confirm({
|
await confirm({
|
||||||
|
Loading…
Reference in New Issue
Block a user