Skip to content

Commit

Permalink
fix: Fixes show roles for project members #309
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Oct 18, 2022
1 parent 71df42e commit 5cd134d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions resources/js/Shared/AccessDialogue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,21 @@
</Menu>
</div>
</div>
<div v-else>
<div
v-if="
personRole(
person
)
"
>
<span
class="ml-6 text-sm text-dark-500"
>
Creator
</span>
</div>
</div>
</div>
</div>
</a>
Expand Down

0 comments on commit 5cd134d

Please sign in to comment.