We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bc10f commit a87f11bCopy full SHA for a87f11b
src/components/WorkshopDetails.js
@@ -81,7 +81,7 @@ const WorkshopDetails = props => {
81
(
82
<>
83
{
84
- workshop.commentaries.map(comment => <Comment comment={comment} login={props.login} handleDeleteComment={handleDeleteComment}/>)
+ workshop.commentaries.map(comment => <Comment comment={comment} user={props.user} handleDeleteComment={handleDeleteComment}/>)
85
}
86
</>
87
)
0 commit comments