Commit c38688a5 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Do not show access type to a group if there’s no access

parent 7ff17980
...@@ -190,8 +190,10 @@ export default { ...@@ -190,8 +190,10 @@ export default {
class="title"> class="title">
<a <a
:href="group.webUrl">{{fullPath}}</a> :href="group.webUrl">{{fullPath}}</a>
<template v-if="group.permissions.humanGroupAccess">
as as
<span class="access-type">{{group.permissions.humanGroupAccess}}</span> <span class="access-type">{{group.permissions.humanGroupAccess}}</span>
</template>
</div> </div>
<div <div
class="description">{{group.description}}</div> class="description">{{group.description}}</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment