Skip to content

Commit

Permalink
Merge pull request #17 from royallsilwallz/fix/6114-username-tags-in-…
Browse files Browse the repository at this point in the history
…project-qna

fix/6114 username tags in project qna
  • Loading branch information
royallsilwallz authored Nov 3, 2023
2 parents ba1b7fe + 8257917 commit f8732b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const PostProjectComment = ({ projectId, refetchComments, contributors })
isShowUserPicture
isShowFooter
isShowTabNavs
contributors={contributors?.userContributions?.map((user) => user.username)}
contributors={contributors?.map((user) => user.username)}
/>
</div>

Expand Down

0 comments on commit f8732b3

Please sign in to comment.