mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
replies
This commit is contained in:
@@ -8,6 +8,7 @@ const Stream = ({comments, currentUser, asset}) => {
|
||||
{
|
||||
comments.map(comment => {
|
||||
return <Comment
|
||||
depth={0}
|
||||
asset={asset}
|
||||
currentUser={currentUser}
|
||||
key={comment.id}
|
||||
|
||||
Reference in New Issue
Block a user