Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
intrn(post): show the role used by the user
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Nov 14, 2022
1 parent ab5e82c commit 36418dc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions components/post/multiviewer/viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,15 @@
:user="post.poster"/>
<div class="poster-details">
<span>
{{ post.poster.data.name }}
<span>
{{ post.poster.data.name }}
</span>
<small>
as {{ post.posterRole.data.name }}
</small>
</span>
<span>
<small class="department-and-timestamp">
<span class="department-and-timestamp">
<small>
<span>
{{ postDepartment }}
</span>
Expand Down

0 comments on commit 36418dc

Please sign in to comment.