File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
<i class =" fa fa-eye" aria-hidden =" true" ></i >Watchlist
56
56
</router-link >
57
57
</li >
58
- <li @click =" showMobileMenu = false" > <!-- v-if="canInvite()"> -->
59
- <a @click =" showInvite = true" >
58
+ <li @click =" showMobileMenu = false" >
59
+ <a v-if = " permissionUtils.hasPermission('invitations.invite') " @click =" showInvite = true" >
60
60
<i class =" fa fa-user-plus" aria-hidden =" true" ></i >Invite Users
61
61
</a >
62
62
</li >
210
210
<li >
211
211
<router-link :to =" { name: 'Watchlist' }" >Watchlist</router-link >
212
212
</li >
213
- <li > <!-- v-if="canInvite()"> -->
214
- <a href = " # " @click.prevent =" showInvite = true" >
213
+ <li >
214
+ <a v-if = " permissionUtils.hasPermission('invitations.invite') " @click.prevent =" showInvite = true" >
215
215
Invite User
216
216
</a >
217
217
</li >
You can’t perform that action at this time.
0 commit comments