This commit is contained in:
Riley Davis
2017-01-20 16:23:34 -07:00
parent 0dcc912fd0
commit 32d23214f1
3 changed files with 10 additions and 4 deletions
+1
View File
@@ -8,6 +8,7 @@ const Stream = ({comments, currentUser, asset}) => {
{
comments.map(comment => {
return <Comment
depth={0}
asset={asset}
currentUser={currentUser}
key={comment.id}