Merge pull request #32670 from nextcloud/fix/share_permissions_rendering

pull/32675/head
Pytal 2022-05-31 09:38:53 +07:00 committed by GitHub
commit 40fef4a9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

@ -163,9 +163,10 @@ export default {
case this.atomicPermissions.DELETE:
return this.t('files_sharing', 'Delete')
default:
return ''
return null
}
})
.filter(permissionLabel => permissionLabel !== null)
.join(', ')
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long