Skip to content

Commit

Permalink
Fix username tags not displaying in comment section in project Q&A
Browse files Browse the repository at this point in the history
  • Loading branch information
royallsilwallz committed Nov 3, 2023
1 parent d560a76 commit 8257917
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 8257917

Please sign in to comment.