Merge pull request #3459 from shleeable/patch-7

Update PostMenu.vue - missing let
pull/3461/head^2
daniel 2022-05-15 21:40:57 -06:00 zatwierdzone przez GitHub
commit 2602338f47
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -160,7 +160,7 @@
});
break;
case 'suspend':
msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
let msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
swal({
title: 'Confirm',
text: msg,