Skip to content

Commit 3cc1ad5

Browse files
committed
eslint fix
1 parent 721d438 commit 3cc1ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DeleteUserModal.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const deleteAccount = () => {
3535
});
3636
},
3737
onError: () => {
38-
console.error('error')
38+
console.error('error');
3939
const passwordInputElement = passwordInput.value.$el.querySelector('input');
4040
if (passwordInputElement) {
4141
passwordInputElement.focus();

0 commit comments

Comments
 (0)