Don't use tabs

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2020-01-06 21:49:28 +01:00
parent a12957834d
commit b89a6f7c4a
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ export default {
if (query.length > 0) {
const results = await client.principalPropertySearchByDisplayname(query)
this.usersOrGroups = results.reduce((list, result) => {
if (['GROUP', 'INDIVIDUAL'].indexOf(result.calendarUserType) > -1
if (['GROUP', 'INDIVIDUAL'].indexOf(result.calendarUserType) > -1
&& !this.calendar.shares.some((share) => share.uri === result.principalScheme)) {
const isGroup = result.calendarUserType === 'GROUP'
list.push({