diff --git a/frontend/src/components/projectDetail/questionsAndComments.js b/frontend/src/components/projectDetail/questionsAndComments.js index 2f81459f22..df2a4e34f6 100644 --- a/frontend/src/components/projectDetail/questionsAndComments.js +++ b/frontend/src/components/projectDetail/questionsAndComments.js @@ -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)} />