summaryrefslogtreecommitdiffstats
path: root/src/components/Settings/SettingsAddressbookSharee.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Settings/SettingsAddressbookSharee.vue')
-rw-r--r--src/components/Settings/SettingsAddressbookSharee.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Settings/SettingsAddressbookSharee.vue b/src/components/Settings/SettingsAddressbookSharee.vue
index f28b35ed..0cccb8b2 100644
--- a/src/components/Settings/SettingsAddressbookSharee.vue
+++ b/src/components/Settings/SettingsAddressbookSharee.vue
@@ -66,7 +66,6 @@ export default {
setTimeout(() => { this.$store.dispatch('removeSharee', this.sharee) }, 500)
},
editSharee() {
- // not working yet need to work on!
this.$store.dispatch('toggleShareeWritable', this.sharee)
}
}