1
0
Эх сурвалжийг харах

Remove duplicate let variable

Daniel Supernault 3 жил өмнө
parent
commit
429a6d6527

+ 1 - 1
resources/assets/js/components/PostMenu.vue

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