summaryrefslogtreecommitdiffstats
path: root/src/components/Settings/SettingsAddressbook.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-10 15:55:14 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-10 15:55:14 +0200
commit31c72664f0288b0e275f370466ac44839d2ca163 (patch)
treec5e8b6827ab537e04a9e7787b2b00a72fd415723 /src/components/Settings/SettingsAddressbook.vue
parentc54528eec0ff44c591d5fa60ad8a701bbbdb34c0 (diff)
Fix lint
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/components/Settings/SettingsAddressbook.vue')
-rw-r--r--src/components/Settings/SettingsAddressbook.vue7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/components/Settings/SettingsAddressbook.vue b/src/components/Settings/SettingsAddressbook.vue
index beabae89..d3576aaa 100644
--- a/src/components/Settings/SettingsAddressbook.vue
+++ b/src/components/Settings/SettingsAddressbook.vue
@@ -95,8 +95,8 @@ export default {
},
// building the popover menu
menu() {
- let menu =
- [{
+ let menu = [
+ {
href: this.addressbook.url,
icon: 'icon-public',
text: !this.copied
@@ -124,7 +124,8 @@ export default {
key: 'enableAddressbook',
model: this.enabled,
action: this.toggleAddressbookEnabled
- }]
+ }
+ ]
// check to ensure last addressbook is not deleted.
if (this.$store.getters.getAddressbooks.length > 1) {
menu.push({