summaryrefslogtreecommitdiffstats
path: root/src/store/addressbooks.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/addressbooks.js')
-rw-r--r--src/store/addressbooks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/addressbooks.js b/src/store/addressbooks.js
index e81c03ec..6b79551d 100644
--- a/src/store/addressbooks.js
+++ b/src/store/addressbooks.js
@@ -80,7 +80,7 @@ export function mapDavShareeToSharee(sharee) {
: id
return {
displayName: name,
- id: id,
+ id,
writeable: sharee.access[0].endsWith('read-write'),
isGroup: sharee.href.startsWith('principal:principals/groups/'),
uri: sharee.href,