summaryrefslogtreecommitdiffstats
path: root/src/views/Contacts.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Contacts.vue')
-rw-r--r--src/views/Contacts.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Contacts.vue b/src/views/Contacts.vue
index 53f134e7..5820dcb4 100644
--- a/src/views/Contacts.vue
+++ b/src/views/Contacts.vue
@@ -353,7 +353,7 @@ export default {
.map(addressbook => {
return this.$store.dispatch('getContactsFromAddressBook', { addressbook })
}),
- ).then(results => {
+ ).then(() => {
this.loadingContacts = false
if (!this.isMobile && !this.selectedChart) {
this.selectFirstContactIfNone()