Skip to content

Commit a87f11b

Browse files
Bug with comments fixed
1 parent 20bc10f commit a87f11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WorkshopDetails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const WorkshopDetails = props => {
8181
(
8282
<>
8383
{
84-
workshop.commentaries.map(comment => <Comment comment={comment} login={props.login} handleDeleteComment={handleDeleteComment}/>)
84+
workshop.commentaries.map(comment => <Comment comment={comment} user={props.user} handleDeleteComment={handleDeleteComment}/>)
8585
}
8686
</>
8787
)

0 commit comments

Comments
 (0)