mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
fix bug in hasPermissions call to stop normal users seeing UserID column
This commit is contained in:
parent
9de6f7b3bc
commit
a1d0403782
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@
|
|||
/>
|
||||
</td>
|
||||
<td
|
||||
v-if="hasPermission(hero, 'userSupport')"
|
||||
v-if="hasPermission(user, 'userSupport')"
|
||||
:key="hero._id"
|
||||
class="btn-link"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue