Merge pull request #3459 from shleeable/patch-7

Update PostMenu.vue - missing let
pull/3461/head^2
daniel 3 years ago committed by GitHub
commit 2602338f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save